29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x000000'
|
|
foreground: '0x000000'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x333333'
|
|
red: '0xff5555'
|
|
green: '0x5fd38d'
|
|
yellow: '0xff9955'
|
|
blue: '0x3771c8'
|
|
magenta: '0xbc5fd3'
|
|
cyan: '0x5fd3bc'
|
|
white: '0x999999'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x666666'
|
|
red: '0xff8080'
|
|
green: '0x87deaa'
|
|
yellow: '0xffb380'
|
|
blue: '0x5f8dd3'
|
|
magenta: '0xcd87de'
|
|
cyan: '0x87decd'
|
|
white: '0xcccccc'
|
|
|