29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1e1e1e'
|
|
foreground: '0xcccccc'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x6a787a'
|
|
red: '0xe9653b'
|
|
green: '0x39e9a8'
|
|
yellow: '0xe5b684'
|
|
blue: '0x44aae6'
|
|
magenta: '0xe17599'
|
|
cyan: '0x3dd5e7'
|
|
white: '0xc3dde1'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x598489'
|
|
red: '0xe65029'
|
|
green: '0x00ff9a'
|
|
yellow: '0xe89440'
|
|
blue: '0x009afb'
|
|
magenta: '0xff578f'
|
|
cyan: '0x5fffff'
|
|
white: '0xd9fbff'
|
|
|