29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x222222'
|
|
foreground: '0xc9c6bc'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x15171c'
|
|
red: '0xb24a56'
|
|
green: '0x92b477'
|
|
yellow: '0xc6735a'
|
|
blue: '0x7c8fa5'
|
|
magenta: '0xa5789e'
|
|
cyan: '0x80cdcb'
|
|
white: '0xb3b8c3'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555555'
|
|
red: '0xec5f67'
|
|
green: '0x89e986'
|
|
yellow: '0xfec254'
|
|
blue: '0x5486c0'
|
|
magenta: '0xbf83c1'
|
|
cyan: '0x58c2c1'
|
|
white: '0xffffff'
|
|
|