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.

30 lines
573 B

  1. # Colors (Gruvbox dark)
  2. # Default colors
  3. [colors.primary]
  4. # hard contrast background = = '#1d2021'
  5. background = '#282828'
  6. # soft contrast background = = '#32302f'
  7. foreground = '#ebdbb2'
  8. # Normal colors
  9. [colors.normal]
  10. black = '#282828'
  11. red = '#cc241d'
  12. green = '#98971a'
  13. yellow = '#d79921'
  14. blue = '#458588'
  15. magenta = '#b16286'
  16. cyan = '#689d6a'
  17. white = '#a89984'
  18. # Bright colors
  19. [colors.bright]
  20. black = '#928374'
  21. red = '#fb4934'
  22. green = '#b8bb26'
  23. yellow = '#fabd2f'
  24. blue = '#83a598'
  25. magenta = '#d3869b'
  26. cyan = '#8ec07c'
  27. white = '#ebdbb2'