29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xebe4e1'
|
|
foreground: '0x484646'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x3e3c3d'
|
|
red: '0x783c1f'
|
|
green: '0x497d46'
|
|
yellow: '0x8f750b'
|
|
blue: '0x3f3566'
|
|
magenta: '0x793f62'
|
|
cyan: '0x3778a9'
|
|
white: '0xd5cfcc'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x484646'
|
|
red: '0xb06240'
|
|
green: '0x7bc175'
|
|
yellow: '0xdcb735'
|
|
blue: '0x5c4f89'
|
|
magenta: '0xb56895'
|
|
cyan: '0x64baff'
|
|
white: '0xebe4e1'
|
|
|