29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x2f2f2f'
|
|
foreground: '0xdfdfdf'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x373d48'
|
|
red: '0x9b3e46'
|
|
green: '0x095b32'
|
|
yellow: '0x808020'
|
|
blue: '0x1d3e6f'
|
|
magenta: '0x823065'
|
|
cyan: '0x3a7458'
|
|
white: '0x828282'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5c6370'
|
|
red: '0xd0555f'
|
|
green: '0x119955'
|
|
yellow: '0xdfe048'
|
|
blue: '0x4674b8'
|
|
magenta: '0xed86c9'
|
|
cyan: '0x70d2a4'
|
|
white: '0xdfdfdf'
|
|
|