29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xfafafa'
|
|
foreground: '0x575f66'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x575f66'
|
|
red: '0xf51818'
|
|
green: '0x86b300'
|
|
yellow: '0xf2ae49'
|
|
blue: '0x399ee6'
|
|
magenta: '0xa37acc'
|
|
cyan: '0x4cbf99'
|
|
white: '0xfafafa'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x8a9199'
|
|
red: '0xf51818'
|
|
green: '0x86b300'
|
|
yellow: '0xf2ae49'
|
|
blue: '0x399ee6'
|
|
magenta: '0xa37acc'
|
|
cyan: '0x4cbf99'
|
|
white: '0xfafafa'
|
|
|