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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x091116'
foreground: '0x868a8c'
# Normal colors
normal:
black: '0x282a2e'
red: '0xa54242'
green: '0xa1b56c'
yellow: '0xde935f'
blue: '0x225555'
magenta: '0x85678f'
cyan: '0x5e8d87'
white: '0x777777'
# Bright colors
bright:
black: '0x373b41'
red: '0xc63535'
green: '0x608360'
yellow: '0xfa805a'
blue: '0x449da1'
magenta: '0xba8baf'
cyan: '0x86c1b9'
white: '0xc5c8c6'