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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x222222'
foreground: '0x959595'
# Normal colors
normal:
black: '0x2b2b2b'
red: '0xd45a60'
green: '0xafba67'
yellow: '0xe5d289'
blue: '0xa0bad6'
magenta: '0xc092d6'
cyan: '0x91bfb7'
white: '0x3c3d3d'
# Bright colors
bright:
black: '0x454747'
red: '0xd3232f'
green: '0xaabb39'
yellow: '0xe5be39'
blue: '0x6699d6'
magenta: '0xab53d6'
cyan: '0x5fc0ae'
white: '0xc1c2c2'