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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x00222b'
foreground: '0x00ccff'
# Normal colors
normal:
black: '0x003340'
red: '0x00ccff'
green: '0x00ccff'
yellow: '0x00ccff'
blue: '0x00ccff'
magenta: '0x00ccff'
cyan: '0x00ccff'
white: '0x00ccff'
# Bright colors
bright:
black: '0x00ccff'
red: '0x00ccff'
green: '0x00ccff'
yellow: '0x00ccff'
blue: '0x00ccff'
magenta: '0x00ccff'
cyan: '0x00ccff'
white: '0x00ccff'