29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x4a453e'
|
|
foreground: '0xf2f2f2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x303030'
|
|
red: '0xe1321a'
|
|
green: '0x6ab017'
|
|
yellow: '0xffc005'
|
|
blue: '0x729fcf'
|
|
magenta: '0xec0048'
|
|
cyan: '0xf2f2f2'
|
|
white: '0x2aa7e7'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5d5d5d'
|
|
red: '0xff361e'
|
|
green: '0x7bc91f'
|
|
yellow: '0xffd00a'
|
|
blue: '0x0071ff'
|
|
magenta: '0xff1d62'
|
|
cyan: '0x4bb8fd'
|
|
white: '0xa020f0'
|
|
|