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.

28 lines
487 B

  1. # Colors (Ayu Dark)
  2. # Default colors
  3. [colors.primary]
  4. background = '#0A0E14'
  5. foreground = '#B3B1AD'
  6. # Normal colors
  7. [colors.normal]
  8. black = '#01060E'
  9. red = '#EA6C73'
  10. green = '#91B362'
  11. yellow = '#F9AF4F'
  12. blue = '#53BDFA'
  13. magenta = '#FAE994'
  14. cyan = '#90E1C6'
  15. white = '#C7C7C7'
  16. # Bright colors
  17. [colors.bright]
  18. black = '#686868'
  19. red = '#F07178'
  20. green = '#C2D94C'
  21. yellow = '#FFB454'
  22. blue = '#59C2FF'
  23. magenta = '#FFEE99'
  24. cyan = '#95E6CB'
  25. white = '#FFFFFF'