29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x3e3838'
|
|
foreground: '0xfbf2f3'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x3e3838'
|
|
red: '0xdf7484'
|
|
green: '0xbbd87e'
|
|
yellow: '0xedce73'
|
|
blue: '0xdc9373'
|
|
magenta: '0xa9aae9'
|
|
cyan: '0xa4d7cc'
|
|
white: '0xfbf2f3'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x70696a'
|
|
red: '0xdf7484'
|
|
green: '0xbbd87e'
|
|
yellow: '0xedce73'
|
|
blue: '0xdc9373'
|
|
magenta: '0xa9aae9'
|
|
cyan: '0xa4d7cc'
|
|
white: '0xfbf2f3'
|
|
|