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
638 B

  1. # Colors (Kanagawa Dragon)
  2. # Source https//github.com/rebelot/kanagawa.nvim
  3. [colors.primary]
  4. background = '#181616'
  5. foreground = '#c5c9c5'
  6. [colors.normal]
  7. black = '#0d0c0c'
  8. blue = '#8ba4b0'
  9. cyan = '#8ea4a2'
  10. green = '#8a9a7b'
  11. magenta = '#a292a3'
  12. red = '#c4746e'
  13. white = '#C8C093'
  14. yellow = '#c4b28a'
  15. [colors.bright]
  16. black = '#a6a69c'
  17. blue = '#7FB4CA'
  18. cyan = '#7AA89F'
  19. green = '#87a987'
  20. magenta = '#938AA9'
  21. red = '#E46876'
  22. white = '#c5c9c5'
  23. yellow = '#E6C384'
  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'