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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x222235'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x3f3f54'
red: '0xf60055'
green: '0x06c993'
yellow: '0x9700be'
blue: '0xf69154'
magenta: '0xec89cb'
cyan: '0x60adec'
white: '0xabb2bf'
# Bright colors
bright:
black: '0x959dcb'
red: '0xf60055'
green: '0x06c993'
yellow: '0x9700be'
blue: '0xf69154'
magenta: '0xec89cb'
cyan: '0x00dded'
white: '0xffffff'