purpurite.conf 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # vim:ft=kitty
  2. ## name: purpurite
  3. ## author: Ehan Ahamed and contributors
  4. ## license: UPL-1.0
  5. ## upstream: https://raw.githubusercontent.com/purpurite/kitty/main/purpurite.conf
  6. ## blurb: A purple-ish-dark theme for kitty & more
  7. # General
  8. foreground #CCDDFF
  9. background #1F2533
  10. selection_foreground #1F2533
  11. selection_background #9999FF
  12. # Cursor
  13. cursor #9999FF
  14. cursor_text_color #1F2533
  15. # Links
  16. url_color #99FFDD
  17. # Borders
  18. active_border_color #9999FF
  19. inactive_border_color #99FFDD
  20. bell_border_color #99FFDD
  21. visual_bell_color #99FFDD
  22. # Tabs
  23. active_tab_foreground #9999FF
  24. active_tab_background #1F2533
  25. inactive_tab_foreground #99FFDD
  26. inactive_tab_background #3D4B66
  27. tab_bar_background #3D4B66
  28. tab_bar_margin_color #3D4B66
  29. # Colors
  30. # black
  31. color0 #1F2533
  32. color8 #3D4B66
  33. # red
  34. color1 #FF6666
  35. color9 #FF9999
  36. # green
  37. color2 #99FF99
  38. color10 #99FFDD
  39. # yellow
  40. color3 #FF9966
  41. color11 #FFCC66
  42. # blue
  43. color4 #99BBFF
  44. color12 #CCDDFF
  45. # magenta
  46. color5 #FF99DD
  47. color13 #9999FF
  48. # cyan
  49. color6 #99DDFF
  50. color14 #CCEEFF
  51. # white
  52. color7 #CCDDFF
  53. color15 #99FFDD