29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0a1e24'
|
|
foreground: '0xecf0c1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x6e5346'
|
|
red: '0xe35b00'
|
|
green: '0x5cab96'
|
|
yellow: '0xe3cd7b'
|
|
blue: '0x0f548b'
|
|
magenta: '0xe35b00'
|
|
cyan: '0x06afc7'
|
|
white: '0xf0f1ce'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x684c31'
|
|
red: '0xff8a3a'
|
|
green: '0xaecab8'
|
|
yellow: '0xffc878'
|
|
blue: '0x67a0ce'
|
|
magenta: '0xff8a3a'
|
|
cyan: '0x83a7b4'
|
|
white: '0xfefff1'
|
|
|