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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x7a251e'
foreground: '0xd7c9a7'
# Normal colors
normal:
black: '0x000000'
red: '0xff3f00'
green: '0x00bb00'
yellow: '0xe7b000'
blue: '0x0072ff'
magenta: '0xbb00bb'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x555555'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xe7b000'
blue: '0x0072ae'
magenta: '0xff55ff'
cyan: '0x55ffff'
white: '0xffffff'