mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
532 B
TOML
28 lines
532 B
TOML
# Colors (Gruvbox Material Medium Light)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#fbf1c7'
|
|
foreground = '#654735'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#654735'
|
|
red = '#c14a4a'
|
|
green = '#6c782e'
|
|
yellow = '#b47109'
|
|
blue = '#45707a'
|
|
magenta = '#945e80'
|
|
cyan = '#4c7a5d'
|
|
white = '#eee0b7'
|
|
|
|
# Bright colors (same as normal colors)
|
|
[colors.bright]
|
|
black = '#654735'
|
|
red = '#c14a4a'
|
|
green = '#6c782e'
|
|
yellow = '#b47109'
|
|
blue = '#45707a'
|
|
magenta = '#945e80'
|
|
cyan = '#4c7a5d'
|
|
white = '#eee0b7'
|