catppuccin.toml 635 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Catppuccino theme scheme for Alacritty
  2. [colors.primary]
  3. background = '#1E1E2E'
  4. foreground = '#D6D6D6'
  5. [colors.cursor]
  6. text = '#1E1E2E'
  7. cursor = '#D9D9D9'
  8. [colors.normal]
  9. black = '#181A1F'
  10. red = '#E86671'
  11. green = '#98C379'
  12. yellow = '#E5C07B'
  13. blue = '#61AFEF'
  14. magenta = '#C678DD'
  15. cyan = '#54AFBC'
  16. white = '#ABB2BF'
  17. [colors.bright]
  18. black = '#5C6370'
  19. red = '#E86671'
  20. green = '#98C379'
  21. yellow = '#E5C07B'
  22. blue = '#61AFEF'
  23. magenta = '#C678DD'
  24. cyan = '#54AFBC'
  25. white = '#F7F7F7'
  26. [colors.dim]
  27. black = '#5C6370'
  28. red = '#74423F'
  29. green = '#98C379'
  30. yellow = '#E5C07B'
  31. blue = '#61AFEF'
  32. magenta = '#6E4962'
  33. cyan = '#5C8482'
  34. white = '#828282'