29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x36464e'
|
|
foreground: '0xcaced8'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x36464e'
|
|
red: '0x846560'
|
|
green: '0x809984'
|
|
yellow: '0xa79a79'
|
|
blue: '0x555673'
|
|
magenta: '0x866c83'
|
|
cyan: '0x7e98b4'
|
|
white: '0xcaced8'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x404f56'
|
|
red: '0xbb928b'
|
|
green: '0xbfdcc2'
|
|
yellow: '0xf1dfb6'
|
|
blue: '0x777798'
|
|
magenta: '0xbf9db9'
|
|
cyan: '0xbddcff'
|
|
white: '0xdfe2ed'
|
|
|