29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x2b2b2b'
|
|
foreground: '0xffffff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xcdaf95'
|
|
green: '0xa8ff60'
|
|
yellow: '0xbfbb1f'
|
|
blue: '0x75a5b0'
|
|
magenta: '0xff73fd'
|
|
cyan: '0x5a647e'
|
|
white: '0xbfbfbf'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x666666'
|
|
red: '0xeecbad'
|
|
green: '0xbcee68'
|
|
yellow: '0xe5e500'
|
|
blue: '0x86bdc9'
|
|
magenta: '0xe500e5'
|
|
cyan: '0x8c9bc4'
|
|
white: '0xe5e5e5'
|
|
|