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.

29 lines
556 B

  1. # Colors (Tokyo Night)
  2. # Source https//github.com/zatchheems/tokyo-night-alacritty-theme
  3. # Default colors
  4. [colors.primary]
  5. background = '#1a1b26'
  6. foreground = '#a9b1d6'
  7. # Normal colors
  8. [colors.normal]
  9. black = '#32344a'
  10. red = '#f7768e'
  11. green = '#9ece6a'
  12. yellow = '#e0af68'
  13. blue = '#7aa2f7'
  14. magenta = '#ad8ee6'
  15. cyan = '#449dab'
  16. white = '#787c99'
  17. # Bright colors
  18. [colors.bright]
  19. black = '#444b6a'
  20. red = '#ff7a93'
  21. green = '#b9f27c'
  22. yellow = '#ff9e64'
  23. blue = '#7da6ff'
  24. magenta = '#bb9af7'
  25. cyan = '#0db9d7'
  26. white = '#acb0d0'