kanagawa_dragon.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # vim:ft=kitty
  2. ## name: Kanagawa_dragon
  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. Dragon version.
  8. #: The basic colors
  9. foreground #c5c9c5
  10. background #181616
  11. selection_foreground #c8c093
  12. selection_background #2d4f67
  13. #: Cursor colors
  14. cursor #c8c093
  15. #: URL underline color when overing with mouse
  16. url_color #72a7bc
  17. #: Tab bar colors
  18. active_tab_foreground #c8c093
  19. active_tab_background #12120f
  20. inactive_tab_foreground #a6a69c
  21. inactive_tab_background #12120f
  22. #: The basic 16 colors
  23. #: black
  24. color0 #0d0c0c
  25. color8 #a6a69c
  26. #: red
  27. color1 #c4746e
  28. color9 #e46876
  29. #: green
  30. color2 #8a9a7b
  31. color10 #87a987
  32. #: yellow
  33. color3 #c4b28a
  34. color11 #e6c384
  35. #: blue
  36. color4 #8ba4b0
  37. color12 #7fb4ca
  38. #: magenta
  39. color5 #a292a3
  40. color13 #938aa9
  41. #: cyan
  42. color6 #8ea4a2
  43. color14 #7aa89f
  44. #: white
  45. color7 #c8c093
  46. color15 #c5c9c5
  47. #: You can set the remaining 240 colors as color16 to color255.
  48. color16 #b6927b
  49. color17 #b98d7b