dotfiles/alacritty/themes/rainbow.yaml
2023-04-11 02:51:06 -05:00

27 lines
533 B
YAML

colors:
# Default colors
primary:
background: '0x192835'
foreground: '0xAADA4F'
# Normal colors
normal:
black: '0x5B4375'
red: '0x426bb6'
green: '0x2286b5'
yellow: '0x5ab782'
blue: '0x93ca5b'
magenta: '0xc6c842'
cyan: '0x8a5135'
white: '0xc54646'
# Bright colors
bright:
black: '0x5B4375'
red: '0x426bb6'
green: '0x2286b5'
yellow: '0x5ab782'
blue: '0x93ca5b'
magenta: '0xc6c842'
cyan: '0x8a5135'
white: '0xc54646'