29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1c1e26'
|
|
foreground: '0xfdf0ed'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x16161c'
|
|
red: '0xe95678'
|
|
green: '0x29d398'
|
|
yellow: '0xfab795'
|
|
blue: '0x26bbd9'
|
|
magenta: '0xee64ae'
|
|
cyan: '0x59e3e3'
|
|
white: '0xfadad1'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x232530'
|
|
red: '0xec6a88'
|
|
green: '0x3fdaa4'
|
|
yellow: '0xfbc3a7'
|
|
blue: '0x3fc6de'
|
|
magenta: '0xf075b7'
|
|
cyan: '0x6be6e6'
|
|
white: '0xfdf0ed'
|
|
|