29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x002451'
|
|
foreground: '0xfffefe'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xff9da3'
|
|
green: '0xd1f1a9'
|
|
yellow: '0xffeead'
|
|
blue: '0xbbdaff'
|
|
magenta: '0xebbbff'
|
|
cyan: '0x99ffff'
|
|
white: '0xfffefe'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x000000'
|
|
red: '0xff9ca3'
|
|
green: '0xd0f0a8'
|
|
yellow: '0xffedac'
|
|
blue: '0xbadaff'
|
|
magenta: '0xebbaff'
|
|
cyan: '0x99ffff'
|
|
white: '0xfffefe'
|
|
|