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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x2a211c'
foreground: '0xb8a898'
# Normal colors
normal:
black: '0x000000'
red: '0xcc0000'
green: '0x1a921c'
yellow: '0xf0e53a'
blue: '0x0066ff'
magenta: '0xc5656b'
cyan: '0x06989a'
white: '0xd3d7cf'
# Bright colors
bright:
black: '0x555753'
red: '0xef2929'
green: '0x9aff87'
yellow: '0xfffb5c'
blue: '0x43a8ed'
magenta: '0xff818a'
cyan: '0x34e2e2'
white: '0xeeeeec'