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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x13773d'
foreground: '0xfff0a5'
# Normal colors
normal:
black: '0x000000'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xe7b000'
blue: '0x0000a3'
magenta: '0x950062'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x555555'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xe7b000'
blue: '0x0000bb'
magenta: '0xff55ff'
cyan: '0x55ffff'
white: '0xffffff'