29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0f1610'
|
|
foreground: '0x637d75'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x112616'
|
|
red: '0x7f2b27'
|
|
green: '0x2f7e25'
|
|
yellow: '0x717f24'
|
|
blue: '0x2f6a7f'
|
|
magenta: '0x47587f'
|
|
cyan: '0x327f77'
|
|
white: '0x647d75'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x3c4812'
|
|
red: '0xe08009'
|
|
green: '0x18e000'
|
|
yellow: '0xbde000'
|
|
blue: '0x00aae0'
|
|
magenta: '0x0058e0'
|
|
cyan: '0x00e0c4'
|
|
white: '0x73fa91'
|
|
|