29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xffffff'
|
|
foreground: '0x262626'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xf8282a'
|
|
green: '0x328a5d'
|
|
yellow: '0xfa701d'
|
|
blue: '0x135cd0'
|
|
magenta: '0x9f00bd'
|
|
cyan: '0x33c3c1'
|
|
white: '0xb3b3b3'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555753'
|
|
red: '0xfb0416'
|
|
green: '0x2cc631'
|
|
yellow: '0xfdd727'
|
|
blue: '0x1670ff'
|
|
magenta: '0xe900b0'
|
|
cyan: '0x3ad5ce'
|
|
white: '0xeeeeec'
|
|
|