28 lines
534 B
YAML
28 lines
534 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1e1e1e'
|
|
foreground: '0xffffff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x5a7260'
|
|
red: '0x8f423c'
|
|
green: '0xbbbb88'
|
|
yellow: '0xf9d25b'
|
|
blue: '0xe0ba69'
|
|
magenta: '0x709289'
|
|
cyan: '0xd13516'
|
|
white: '0xefe2e0'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x8da691'
|
|
red: '0xeeaa88'
|
|
green: '0xccc68d'
|
|
yellow: '0xeedd99'
|
|
blue: '0xc9b957'
|
|
magenta: '0xffcbab'
|
|
cyan: '0xc25431'
|
|
white: '0xf9f1ed'
|