28 lines
534 B
YAML
28 lines
534 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xf3f3f3'
|
|
foreground: '0x707070'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0xd3d3d3'
|
|
red: '0xef6b7b'
|
|
green: '0xa1d569'
|
|
yellow: '0xf59335'
|
|
blue: '0x4ec2e8'
|
|
magenta: '0xfec7cd'
|
|
cyan: '0x95c1c0'
|
|
white: '0x707070'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0xb3b3b3'
|
|
red: '0xed5466'
|
|
green: '0xafdb80'
|
|
yellow: '0xf59335'
|
|
blue: '0x5dc7ea'
|
|
magenta: '0xd2a4b4'
|
|
cyan: '0x75a1a0'
|
|
white: '0x909090'
|