citylights.conf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # vim:ft=kitty
  2. ## name: citylights
  3. ## author: 食無魚 <liuyinz@gmail.com>
  4. ## license: MIT
  5. ## upstream: https://raw.githubusercontent.com/liuyinz/dotfile/master/common/kitty/citylights.conf
  6. ## blurb: Theme for Kitty inspired by https://citylights.xyz/
  7. # The basic colors
  8. foreground #a0b3c5
  9. background #1d252c
  10. selection_foreground #1d252c
  11. selection_background #a0b3c5
  12. # Cursor colors
  13. cursor #a0b3c5
  14. cursor_text_color #1d252c
  15. # URL
  16. url_color #5ec4ff
  17. # kitty window border colors
  18. active_border_color #a0b3c5
  19. inactive_border_color #62686e
  20. # OS Window titlebar colors
  21. wayland_titlebar_color #1d252c
  22. macos_titlebar_color #1d252c
  23. # Tab bar colors
  24. active_tab_foreground #1d252c
  25. active_tab_background #a0b3c5
  26. inactive_tab_foreground #a0b3c5
  27. inactive_tab_background #1d252c
  28. # Colors for marks (marked text in the terminal)
  29. mark1_foreground #1d252c
  30. mark1_background #8bd49c
  31. mark2_foreground #1d252c
  32. mark2_background #ebbf83
  33. mark3_foreground #1d252c
  34. mark3_background #d95468
  35. # The basic 16 colors
  36. # black
  37. color0 #1d252c
  38. color8 #566c7d
  39. # red
  40. color1 #d95468
  41. color9 #d95468
  42. # green
  43. color2 #8bd49c
  44. color10 #8bd49c
  45. # yellow
  46. color3 #ebbf83
  47. color11 #ebbf83
  48. # blue
  49. color4 #5ec4ff
  50. color12 #5ec4ff
  51. # magenta
  52. color5 #c06ece
  53. color13 #c06ece
  54. # cyan
  55. color6 #008b94
  56. color14 #70e1e8
  57. # white
  58. color7 #a0b3c5
  59. color15 #a0b3c5