kanagawa_light.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # vim:ft=kitty
  2. ## name: Kanagawa_light
  3. ## license: MIT
  4. ## author: Tommaso Laurenzi
  5. ## upstream: https://github.com/rebelot/kanagawa.nvim/
  6. ## blurb: NeoVim dark colorscheme inspired by the colors of the famous painting
  7. ## by Katsushika Hokusai. Light version.
  8. #: The basic colors
  9. foreground #545464
  10. background #f2ecbc
  11. selection_foreground #43436c
  12. selection_background #c9cbd1
  13. #: Cursor colors
  14. cursor #43436c
  15. cursor_text_color #f2ecbc
  16. #: URL underline color when overing with mouse
  17. url_color #73a7bc
  18. #: Tab bar colors
  19. active_tab_foreground #716e61
  20. active_tab_background #e5ddb0
  21. inactive_tab_foreground #8a8980
  22. inactive_tab_background #d5cea3
  23. #: The basic 16 colors
  24. # normal
  25. #: black
  26. color0 #1f1f28
  27. color8 #8a8980
  28. #: red
  29. color1 #c84053
  30. color9 #d7474b
  31. #: green
  32. color2 #6f894e
  33. color10 #6e915f
  34. #: yellow
  35. color3 #77713f
  36. color11 #836f4a
  37. #: blue
  38. color4 #4d699b
  39. color12 #6693bf
  40. #: magenta
  41. color5 #b35b79
  42. color13 #624c83
  43. #: cyan
  44. color6 #597b75
  45. color14 #5e857a
  46. #: white
  47. color7 #545464
  48. color15 #43436c
  49. #: You can set the remaining 240 colors as color16 to color255.
  50. color16 #cc6d00
  51. color17 #e82424