29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x303030'
|
|
foreground: '0xafc2c2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xff3030'
|
|
green: '0x559a70'
|
|
yellow: '0xccac00'
|
|
blue: '0x0099cc'
|
|
magenta: '0xcc69c8'
|
|
cyan: '0x7ac4cc'
|
|
white: '0xbccccc'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x000000'
|
|
red: '0xff3030'
|
|
green: '0x559a70'
|
|
yellow: '0xccac00'
|
|
blue: '0x0099cc'
|
|
magenta: '0xcc69c8'
|
|
cyan: '0x7ac4cc'
|
|
white: '0xbccccc'
|
|
|