29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x222222'
|
|
foreground: '0x35b1d2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x222222'
|
|
red: '0xe2a8bf'
|
|
green: '0x81d778'
|
|
yellow: '0xc4c9c0'
|
|
blue: '0x264b49'
|
|
magenta: '0xa481d3'
|
|
cyan: '0x15ab9c'
|
|
white: '0x02c5e0'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0xffffff'
|
|
red: '0xffcdd9'
|
|
green: '0xbeffa8'
|
|
yellow: '0xd0ccca'
|
|
blue: '0x7ab0d2'
|
|
magenta: '0xc5a7d9'
|
|
cyan: '0x8cdfe0'
|
|
white: '0xe0e0e0'
|
|
|