Files
2024-01-06 11:23:04 +01:00

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x191919'
foreground: '0x786b53'
# Normal colors
normal:
black: '0x321300'
red: '0xb2270e'
green: '0x44a900'
yellow: '0xaa820c'
blue: '0x58859a'
magenta: '0x97363d'
cyan: '0xb25a1e'
white: '0x786b53'
# Bright colors
bright:
black: '0x433626'
red: '0xed5d20'
green: '0x55f238'
yellow: '0xf2b732'
blue: '0x85cfed'
magenta: '0xe14c5a'
cyan: '0xf07d14'
white: '0xffc800'