29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x15141b'
|
|
foreground: '0xedecee'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x110f18'
|
|
red: '0xff6767'
|
|
green: '0x61ffca'
|
|
yellow: '0xffca85'
|
|
blue: '0xa277ff'
|
|
magenta: '0xa277ff'
|
|
cyan: '0x61ffca'
|
|
white: '0xedecee'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x6d6d6d'
|
|
red: '0xffca85'
|
|
green: '0xa277ff'
|
|
yellow: '0xffca85'
|
|
blue: '0xa277ff'
|
|
magenta: '0xa277ff'
|
|
cyan: '0x61ffca'
|
|
white: '0xedecee'
|
|
|