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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x15141b'
foreground: '0xedecee'
# Normal colors
normal:
black: '0x110f18'
red: '0xff6767'
green: '0x61ffca'
yellow: '0xffca85'
blue: '0xa277ff'
magenta: '0xa277ff'
cyan: '0x61ffca'
white: '0xedecee'
# Bright colors
bright:
black: '0x6d6d6d'
red: '0xffca85'
green: '0xa277ff'
yellow: '0xffca85'
blue: '0xa277ff'
magenta: '0xa277ff'
cyan: '0x61ffca'
white: '0xedecee'