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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x2b1900'
foreground: '0xff9400'
# Normal colors
normal:
black: '0x402500'
red: '0xff9400'
green: '0xff9400'
yellow: '0xff9400'
blue: '0xff9400'
magenta: '0xff9400'
cyan: '0xff9400'
white: '0xff9400'
# Bright colors
bright:
black: '0xff9400'
red: '0xff9400'
green: '0xff9400'
yellow: '0xff9400'
blue: '0xff9400'
magenta: '0xff9400'
cyan: '0xff9400'
white: '0xff9400'