29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1f1f1f'
|
|
foreground: '0xb9bcba'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x3a3d43'
|
|
red: '0xbe3f48'
|
|
green: '0x879a3b'
|
|
yellow: '0xc5a635'
|
|
blue: '0x4f76a1'
|
|
magenta: '0x855c8d'
|
|
cyan: '0x578fa4'
|
|
white: '0xb9bcba'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x888987'
|
|
red: '0xfb001f'
|
|
green: '0x0f722f'
|
|
yellow: '0xc47033'
|
|
blue: '0x186de3'
|
|
magenta: '0xfb0067'
|
|
cyan: '0x2e706d'
|
|
white: '0xfdffb9'
|
|
|