29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x3a3d3f'
|
|
foreground: '0xd9efd3'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x1f1f1f'
|
|
red: '0xfb002a'
|
|
green: '0x339c24'
|
|
yellow: '0x659b25'
|
|
blue: '0x149b45'
|
|
magenta: '0x53b82c'
|
|
cyan: '0x2cb868'
|
|
white: '0xe0ffef'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x032710'
|
|
red: '0xa7ff3f'
|
|
green: '0x9fff6d'
|
|
yellow: '0xd2ff6d'
|
|
blue: '0x72ffb5'
|
|
magenta: '0x50ff3e'
|
|
cyan: '0x22ff71'
|
|
white: '0xdaefd0'
|
|
|