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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x1c1e22'
foreground: '0xe6e8ef'
# Normal colors
normal:
black: '0x23252b'
red: '0xb54036'
green: '0x5ab977'
yellow: '0xdeb566'
blue: '0x6a7c93'
magenta: '0xa4799d'
cyan: '0x3f94a8'
white: '0xe6e8ef'
# Bright colors
bright:
black: '0x23252b'
red: '0xb54036'
green: '0x5ab977'
yellow: '0xdeb566'
blue: '0x6a7c93'
magenta: '0xa4799d'
cyan: '0x3f94a8'
white: '0xebedf2'