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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x022b00'
foreground: '0x0bff00'
# Normal colors
normal:
black: '0x034000'
red: '0x0bff00'
green: '0x0bff00'
yellow: '0x0bff00'
blue: '0x0bff00'
magenta: '0x0bff00'
cyan: '0x0bff00'
white: '0x0bff00'
# Bright colors
bright:
black: '0x0bff00'
red: '0x0bff00'
green: '0x0bff00'
yellow: '0x0bff00'
blue: '0x0bff00'
magenta: '0x0bff00'
cyan: '0x0bff00'
white: '0x0bff00'