Files
dotfiles/dot_config/alacritty/themes/earthsong.sh.yml
2024-01-06 11:23:04 +01:00

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x292520'
foreground: '0xe5c7a9'
# Normal colors
normal:
black: '0x121418'
red: '0xc94234'
green: '0x85c54c'
yellow: '0xf5ae2e'
blue: '0x1398b9'
magenta: '0xd0633d'
cyan: '0x509552'
white: '0xe5c6aa'
# Bright colors
bright:
black: '0x675f54'
red: '0xff645a'
green: '0x98e036'
yellow: '0xe0d561'
blue: '0x5fdaff'
magenta: '0xff9269'
cyan: '0x84f088'
white: '0xf6f7ec'