29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x2a201f'
|
|
foreground: '0x4882cd'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x2c2423'
|
|
red: '0xab2463'
|
|
green: '0x6ca323'
|
|
yellow: '0xab6423'
|
|
blue: '0x2c64a2'
|
|
magenta: '0x6c24a2'
|
|
cyan: '0x2ca363'
|
|
white: '0x918988'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x918988'
|
|
red: '0xf588b9'
|
|
green: '0xc2ee86'
|
|
yellow: '0xf5ba86'
|
|
blue: '0x8fbaec'
|
|
magenta: '0xc288ec'
|
|
cyan: '0x8feeb9'
|
|
white: '0xf5eeec'
|
|
|