29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x171423'
|
|
foreground: '0x9f9fa1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x2d283f'
|
|
red: '0xed2261'
|
|
green: '0x1fa91b'
|
|
yellow: '0x8ddc20'
|
|
blue: '0x487df4'
|
|
magenta: '0x8d35c9'
|
|
cyan: '0x3bdeed'
|
|
white: '0x9e9ea0'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x59516a'
|
|
red: '0xf0729a'
|
|
green: '0x53aa5e'
|
|
yellow: '0xb2dc87'
|
|
blue: '0xa9bcec'
|
|
magenta: '0xad81c2'
|
|
cyan: '0x9de3eb'
|
|
white: '0xa288f7'
|
|
|