29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xf9f9f9'
|
|
foreground: '0x020202'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x020202'
|
|
red: '0xcd3232'
|
|
green: '0x00bc00'
|
|
yellow: '0xa5a900'
|
|
blue: '0x0752a8'
|
|
magenta: '0xbc05bc'
|
|
cyan: '0x0598bc'
|
|
white: '0x343434'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5e5e5e'
|
|
red: '0xcd3333'
|
|
green: '0x1bce1a'
|
|
yellow: '0xadbb5b'
|
|
blue: '0x0752a8'
|
|
magenta: '0xc451ce'
|
|
cyan: '0x52a8c7'
|
|
white: '0xa6a3a6'
|
|
|