Constant_Perceptual_Luminosity_dark.conf 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # vim:ft=kitty
  2. ## name: Constant Perceptual Luminosity (dark)
  3. ## author: Aaron Hall
  4. ## license: MIT, I prefer credit (and money) to none, but I won't sue
  5. ## upstream: none (yet)
  6. ## blurb: ANSI term colors picked with OKHSL maximizing difference
  7. ## in color subject to constant perceptual luminosity so that all
  8. ## colors are readable on dark screens even against transparency
  9. ## yet gentle on the eyes in dark environments.
  10. ## for colors (starting with red at 30 degrees) luminosity is .4, .6 (bright)
  11. ## .5 for white(gray), .7 bright white (light gray)
  12. ## 0 for black and .3 for bright black
  13. ## For transparency I find these work ok:
  14. ## background_opacity 0.7
  15. ## dynamic_background_opacity yes
  16. #: All the settings below are colors, which you can choose to modify, or use the
  17. #: defaults. You can also add non-color based settings if needed but note that
  18. #: these will not work with using kitty @ set-colors with this theme. For a
  19. #: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
  20. #: The basic colors
  21. foreground #777777
  22. background #000000
  23. selection_foreground #745b00
  24. selection_background #464646
  25. #: Cursor colors
  26. # cursor #cccccc
  27. # cursor_text_color #111111
  28. #: URL underline color when hovering with mouse
  29. # url_color #0087bd
  30. #: kitty window border colors and terminal bell colors
  31. # active_border_color #00ff00
  32. # inactive_border_color #cccccc
  33. # bell_border_color #ff5a00
  34. # visual_bell_color none
  35. #: OS Window titlebar colors
  36. # wayland_titlebar_color system
  37. # macos_titlebar_color system
  38. #: Tab bar colors
  39. # active_tab_foreground #000
  40. # active_tab_background #eee
  41. # inactive_tab_foreground #444
  42. # inactive_tab_background #999
  43. # tab_bar_background none
  44. # tab_bar_margin_color none
  45. #: Colors for marks (marked text in the terminal)
  46. mark1_foreground #000000
  47. mark1_background #3123ff
  48. mark2_foreground #000000
  49. mark2_background #745b00
  50. mark3_foreground #000000
  51. mark3_background #9b0097
  52. #: The basic 16 colors
  53. color0 #000000
  54. color1 #b10b00
  55. color2 #007232
  56. color3 #745b00
  57. color4 #3123ff
  58. color5 #9b0097
  59. color6 #006a78
  60. color7 #777777
  61. color8 #464646
  62. color9 #ff3d2b
  63. color10 #00ae50
  64. color11 #b18c00
  65. color12 #6786ff
  66. color13 #eb00e4
  67. color14 #00a3b7
  68. color15 #ababab