29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x191c27'
|
|
foreground: '0xaea47a'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x181818'
|
|
red: '0x810009'
|
|
green: '0x48513b'
|
|
yellow: '0xcc8b3f'
|
|
blue: '0x576d8c'
|
|
magenta: '0x724d7c'
|
|
cyan: '0x5c4f4b'
|
|
white: '0xaea47f'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555555'
|
|
red: '0xac3835'
|
|
green: '0xa6a75d'
|
|
yellow: '0xdcdf7c'
|
|
blue: '0x3097c6'
|
|
magenta: '0xd33061'
|
|
cyan: '0xf3dbb2'
|
|
white: '0xf4f4f4'
|
|
|