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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x0000a4'
foreground: '0xffff4e'
# Normal colors
normal:
black: '0x4f4f4f'
red: '0xff6c60'
green: '0xa8ff60'
yellow: '0xffffb6'
blue: '0x96cbfe'
magenta: '0xff73fd'
cyan: '0xc6c5fe'
white: '0xeeeeee'
# Bright colors
bright:
black: '0x7c7c7c'
red: '0xffb6b0'
green: '0xceffac'
yellow: '0xffffcc'
blue: '0xb5dcff'
magenta: '0xff9cfe'
cyan: '0xdfdffe'
white: '0xffffff'