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.

36 lines
654 B

  1. # Colors (Nightfly)
  2. colors:
  3. # Default colors
  4. primary:
  5. background: '#011627'
  6. foreground: '#acb4c2'
  7. cursor:
  8. text: '#fafafa'
  9. cursor: '#9ca1aa'
  10. selection:
  11. text: '#080808'
  12. background: '#b2ceee'
  13. # Normal colors
  14. normal:
  15. black: '#1d3b53'
  16. red: '#fc514e'
  17. green: '#a1cd5e'
  18. yellow: '#e3d18a'
  19. blue: '#82aaff'
  20. magenta: '#c792ea'
  21. cyan: '#7fdbca'
  22. white: '#a1aab8'
  23. # Bright colors
  24. bright:
  25. black: '#7c8f8f'
  26. red: '#ff5874'
  27. green: '#21c7a8'
  28. yellow: '#ecc48d'
  29. blue: '#82aaff'
  30. magenta: '#ae81ff'
  31. cyan: '#7fdbca'
  32. white: '#d6deeb'