29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1f2430'
|
|
foreground: '0xcbccc6'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x1f2430'
|
|
red: '0xff3333'
|
|
green: '0xbae67e'
|
|
yellow: '0xffa759'
|
|
blue: '0x73d0ff'
|
|
magenta: '0xd4bfff'
|
|
cyan: '0x95e6cb'
|
|
white: '0xcbccc6'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x707a8c'
|
|
red: '0xff3333'
|
|
green: '0xbae67e'
|
|
yellow: '0xffa759'
|
|
blue: '0x73d0ff'
|
|
magenta: '0xd4bfff'
|
|
cyan: '0x95e6cb'
|
|
white: '0xcbccc6'
|
|
|