29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x282828'
|
|
foreground: '0xeeeeee'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x1d1d1d'
|
|
red: '0xc5152f'
|
|
green: '0xc9d05c'
|
|
yellow: '0xffc24b'
|
|
blue: '0xb3deef'
|
|
magenta: '0xd3b987'
|
|
cyan: '0x73cef4'
|
|
white: '0xeeeeee'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x323232'
|
|
red: '0xf43753'
|
|
green: '0xd9e066'
|
|
yellow: '0xfacc72'
|
|
blue: '0xc0eafb'
|
|
magenta: '0xefd093'
|
|
cyan: '0xa1d6ec'
|
|
white: '0xffffff'
|
|
|