29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x20111b'
|
|
foreground: '0x968c83'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x20111b'
|
|
red: '0xbe100e'
|
|
green: '0x858162'
|
|
yellow: '0xeaa549'
|
|
blue: '0x426a79'
|
|
magenta: '0x97522c'
|
|
cyan: '0x989a9c'
|
|
white: '0x968c83'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5e5252'
|
|
red: '0xbe100e'
|
|
green: '0x858162'
|
|
yellow: '0xeaa549'
|
|
blue: '0x426a79'
|
|
magenta: '0x97522c'
|
|
cyan: '0x989a9c'
|
|
white: '0xd5ccba'
|
|
|