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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x2b0c00'
foreground: '0xff3600'
# Normal colors
normal:
black: '0x401200'
red: '0xff3600'
green: '0xff3600'
yellow: '0xff3600'
blue: '0xff3600'
magenta: '0xff3600'
cyan: '0xff3600'
white: '0xff3600'
# Bright colors
bright:
black: '0xff3600'
red: '0xff3600'
green: '0xff3600'
yellow: '0xff3600'
blue: '0xff3600'
magenta: '0xff3600'
cyan: '0xff3600'
white: '0xff3600'