29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x171717'
|
|
foreground: '0xdedacf'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xff615a'
|
|
green: '0xb1e969'
|
|
yellow: '0xebd99c'
|
|
blue: '0x5da9f6'
|
|
magenta: '0xe86aff'
|
|
cyan: '0x82fff7'
|
|
white: '0xdedacf'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x313131'
|
|
red: '0xf58c80'
|
|
green: '0xddf88f'
|
|
yellow: '0xeee5b2'
|
|
blue: '0xa5c7ff'
|
|
magenta: '0xddaaff'
|
|
cyan: '0xb7fff9'
|
|
white: '0xffffff'
|
|
|