29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1f2d3a'
|
|
foreground: '0x1abc9c'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x2c3e50'
|
|
red: '0xc0392b'
|
|
green: '0x27ae60'
|
|
yellow: '0xf39c12'
|
|
blue: '0x2980b9'
|
|
magenta: '0x8e44ad'
|
|
cyan: '0x16a085'
|
|
white: '0xbdc3c7'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x34495e'
|
|
red: '0xe74c3c'
|
|
green: '0x2ecc71'
|
|
yellow: '0xf1c40f'
|
|
blue: '0x3498db'
|
|
magenta: '0x9b59b6'
|
|
cyan: '0x2aa198'
|
|
white: '0xecf0f1'
|
|
|