29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xfdf0ed'
|
|
foreground: '0x1c1e26'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x16161c'
|
|
red: '0xda103f'
|
|
green: '0x1eb980'
|
|
yellow: '0xf6661e'
|
|
blue: '0x26bbd9'
|
|
magenta: '0xee64ae'
|
|
cyan: '0x1d8991'
|
|
white: '0xfadad1'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x1a1c23'
|
|
red: '0xf43e5c'
|
|
green: '0x07da8c'
|
|
yellow: '0xf77d26'
|
|
blue: '0x3fc6de'
|
|
magenta: '0xf075b7'
|
|
cyan: '0x1eaeae'
|
|
white: '0xfdf0ed'
|
|
|