kurayami.conf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # vim:ft=kitty
  2. ## name: Kurayami
  3. ## author: Kevin M (github.com/kevinm6)
  4. ## license: MIT
  5. ## upstream: https://github.com/kevinm6/kitty-themes/blob/master/themes/kurayami.conf
  6. # The basic colors
  7. foreground #cccccc
  8. background #1c1c1c
  9. selection_foreground #cccccc
  10. selection_background #264f78
  11. # Cursor colors
  12. cursor #ffffff
  13. cursor_text_color #3c3c3c
  14. # kitty window border colors
  15. active_border_color none
  16. inactive_border_color #414140
  17. # Tab bar colors
  18. active_tab_foreground #DCDCDC
  19. active_tab_background #015A60
  20. inactive_tab_foreground #808080
  21. inactive_tab_background #3c3c3c
  22. #: OS Window titlebar colors
  23. wayland_titlebar_color background
  24. macos_titlebar_color background
  25. # Url
  26. url_color #0087bd
  27. # black
  28. color0 #2c2c2c
  29. color8 #626262
  30. # red
  31. color1 #bf616a
  32. color9 #b2201f
  33. # green
  34. color2 #00af87
  35. color10 #36F57A
  36. # yellow
  37. color3 #cecb00
  38. color11 #fffd00
  39. # blue
  40. color4 #158C8A
  41. color12 #1a8fff
  42. # purple
  43. color5 #B48EAD
  44. color13 #cb1ed1
  45. # cyan
  46. color6 #1a8fff
  47. color14 #14ffff
  48. # white
  49. color7 #dcdcdc
  50. color15 #ffffff
  51. #: Colors for marks (marked text in the terminal)
  52. #: Color for marks of type 1
  53. mark1_background #98d3cb
  54. #: Color for marks of type 1 (light steel blue)
  55. mark2_foreground black
  56. #: Color for marks of type 2
  57. mark2_background #f2dcd3
  58. #: Color for marks of type 1 (beige)
  59. mark3_foreground black
  60. #: Color for marks of type 3
  61. mark3_background #f274bc