29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xffffff'
|
|
foreground: '0x4d4d4c'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xc82828'
|
|
green: '0x718c00'
|
|
yellow: '0xeab700'
|
|
blue: '0x4171ae'
|
|
magenta: '0x8959a8'
|
|
cyan: '0x3e999f'
|
|
white: '0xfffefe'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x000000'
|
|
red: '0xc82828'
|
|
green: '0x708b00'
|
|
yellow: '0xe9b600'
|
|
blue: '0x4170ae'
|
|
magenta: '0x8958a7'
|
|
cyan: '0x3d999f'
|
|
white: '0xfffefe'
|
|
|