29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x001e27'
|
|
foreground: '0x9cc2c3'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x002831'
|
|
red: '0xd11c24'
|
|
green: '0x6cbe6c'
|
|
yellow: '0xa57706'
|
|
blue: '0x2176c7'
|
|
magenta: '0xc61c6f'
|
|
cyan: '0x259286'
|
|
white: '0xeae3cb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x006488'
|
|
red: '0xf5163b'
|
|
green: '0x51ef84'
|
|
yellow: '0xb27e28'
|
|
blue: '0x178ec8'
|
|
magenta: '0xe24d8e'
|
|
cyan: '0x00b39e'
|
|
white: '0xfcf4dc'
|
|
|