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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x09111a'
foreground: '0xd9e6f2'
# Normal colors
normal:
black: '0x000000'
red: '0xca274d'
green: '0x4dca27'
yellow: '0xcaa427'
blue: '0x274dca'
magenta: '0xa427ca'
cyan: '0x27caa4'
white: '0x808080'
# Bright colors
bright:
black: '0x808080'
red: '0xe98da3'
green: '0xa3e98d'
yellow: '0xe9d48d'
blue: '0x8da3e9'
magenta: '0xd48de9'
cyan: '0x8de9d4'
white: '0xffffff'