29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x323f46'
|
|
foreground: '0xc9cdd7'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x323f46'
|
|
red: '0x83615b'
|
|
green: '0x7f9781'
|
|
yellow: '0xa69875'
|
|
blue: '0x53516f'
|
|
magenta: '0x856880'
|
|
cyan: '0x7d96b2'
|
|
white: '0xc9cdd7'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x3d4950'
|
|
red: '0xba9088'
|
|
green: '0xbedbc1'
|
|
yellow: '0xf1dfb4'
|
|
blue: '0x767495'
|
|
magenta: '0xbe9cb8'
|
|
cyan: '0xbcdbff'
|
|
white: '0xdfe2ed'
|
|
|