29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x22211d'
|
|
foreground: '0x807a74'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x3c3c30'
|
|
red: '0x98290f'
|
|
green: '0x479a43'
|
|
yellow: '0x7f7111'
|
|
blue: '0x497f7d'
|
|
magenta: '0x7f4e2f'
|
|
cyan: '0x387f58'
|
|
white: '0x807974'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555445'
|
|
red: '0xe0502a'
|
|
green: '0x61e070'
|
|
yellow: '0xd69927'
|
|
blue: '0x79d9d9'
|
|
magenta: '0xcd7c54'
|
|
cyan: '0x59d599'
|
|
white: '0xfff1e9'
|
|
|