You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
670 B

  1. # Colors (Kanagawa Wave)
  2. # Source https//github.com/rebelot/kanagawa.nvim
  3. [colors.primary]
  4. background = '#1f1f28'
  5. foreground = '#dcd7ba'
  6. [colors.normal]
  7. black = '#090618'
  8. red = '#c34043'
  9. green = '#76946a'
  10. yellow = '#c0a36e'
  11. blue = '#7e9cd8'
  12. magenta = '#957fb8'
  13. cyan = '#6a9589'
  14. white = '#c8c093'
  15. [colors.bright]
  16. black = '#727169'
  17. red = '#e82424'
  18. green = '#98bb6c'
  19. yellow = '#e6c384'
  20. blue = '#7fb4ca'
  21. magenta = '#938aa9'
  22. cyan = '#7aa89f'
  23. white = '#dcd7ba'
  24. [colors.selection]
  25. background = '#2d4f67'
  26. foreground = '#c8c093'
  27. [[colors.indexed_colors]]
  28. index = 16
  29. color = '#ffa066'
  30. [[colors.indexed_colors]]
  31. index = 17
  32. color = '#ff5d62'