29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1f1d45'
|
|
foreground: '0xf8dcc0'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x050404'
|
|
red: '0xbd0013'
|
|
green: '0x4ab118'
|
|
yellow: '0xe7741e'
|
|
blue: '0x0f4ac6'
|
|
magenta: '0x665993'
|
|
cyan: '0x70a598'
|
|
white: '0xf8dcc0'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x4e7cbf'
|
|
red: '0xfc5f5a'
|
|
green: '0x9eff6e'
|
|
yellow: '0xefc11a'
|
|
blue: '0x1997c6'
|
|
magenta: '0x9b5953'
|
|
cyan: '0xc8faf4'
|
|
white: '0xf6f5fb'
|
|
|