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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x120b0d'
foreground: '0xf7d66a'
# Normal colors
normal:
black: '0x351b0e'
red: '0x9b291c'
green: '0x636232'
yellow: '0xc36e28'
blue: '0x515c5d'
magenta: '0x9b1d29'
cyan: '0x588056'
white: '0xf7d75c'
# Bright colors
bright:
black: '0x874228'
red: '0xff4331'
green: '0xb4b264'
yellow: '0xff9566'
blue: '0x9eb2b4'
magenta: '0xff5b6a'
cyan: '0x8acd8f'
white: '0xffe598'