29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x222225'
|
|
foreground: '0xededed'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xd00e18'
|
|
green: '0x138034'
|
|
yellow: '0xffcb3e'
|
|
blue: '0x006bb3'
|
|
magenta: '0x6b2775'
|
|
cyan: '0x384564'
|
|
white: '0xededed'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5d504a'
|
|
red: '0xf07e18'
|
|
green: '0xb1d130'
|
|
yellow: '0xfff120'
|
|
blue: '0x4fc2fd'
|
|
magenta: '0xde0071'
|
|
cyan: '0x5d504a'
|
|
white: '0xffffff'
|
|
|