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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0xefefef'
foreground: '0x444444'
# Normal colors
normal:
black: '0x777777'
red: '0xff0055'
green: '0x739100'
yellow: '0x503d15'
blue: '0x538091'
magenta: '0x5b345e'
cyan: '0x538091'
white: '0x999999'
# Bright colors
bright:
black: '0x999999'
red: '0xd65e76'
green: '0x9cc700'
yellow: '0x947555'
blue: '0x9db3cd'
magenta: '0xa184a4'
cyan: '0x85b2aa'
white: '0xbababa'