29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x222125'
|
|
foreground: '0x8a8dae'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xac2e31'
|
|
green: '0x31ac61'
|
|
yellow: '0xac4300'
|
|
blue: '0x2d57ac'
|
|
magenta: '0xb08528'
|
|
cyan: '0x1fa6ac'
|
|
white: '0x8a8eac'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5b3725'
|
|
red: '0xff3d48'
|
|
green: '0x3bff99'
|
|
yellow: '0xff5e1e'
|
|
blue: '0x4488ff'
|
|
magenta: '0xffc21d'
|
|
cyan: '0x1ffaff'
|
|
white: '0x5b6ea7'
|
|
|