29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1d2837'
|
|
foreground: '0xffffff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xf9555f'
|
|
green: '0x21b089'
|
|
yellow: '0xfef02a'
|
|
blue: '0x589df6'
|
|
magenta: '0x944d95'
|
|
cyan: '0x1f9ee7'
|
|
white: '0xbbbbbb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555555'
|
|
red: '0xfa8c8f'
|
|
green: '0x35bb9a'
|
|
yellow: '0xffff55'
|
|
blue: '0x589df6'
|
|
magenta: '0xe75699'
|
|
cyan: '0x3979bc'
|
|
white: '0xffffff'
|
|
|