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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x31363b'
foreground: '0xbdc3c7'
# Normal colors
normal:
black: '0x232423'
red: '0xba2922'
green: '0x7e807e'
yellow: '0x4c4f4d'
blue: '0x16a085'
magenta: '0x43746a'
cyan: '0x00cccc'
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x282928'
red: '0xcc372c'
green: '0x8d8f8d'
yellow: '0x4e524f'
blue: '0x13bf9d'
magenta: '0x487d72'
cyan: '0x00d1d1'
white: '0xe8e8e8'