29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x404040'
|
|
foreground: '0xafdab6'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xe24346'
|
|
green: '0x39b13a'
|
|
yellow: '0xdae145'
|
|
blue: '0x4261c5'
|
|
magenta: '0xf920fb'
|
|
cyan: '0x2abbd4'
|
|
white: '0xd0b8a3'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0xfefcfc'
|
|
red: '0xe97071'
|
|
green: '0x9cc090'
|
|
yellow: '0xddda7a'
|
|
blue: '0x7b91d6'
|
|
magenta: '0xf674ba'
|
|
cyan: '0x5ed1e5'
|
|
white: '0xd8c8bb'
|
|
|