28 lines
534 B
YAML
28 lines
534 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x333333'
|
|
foreground: '0xcccccc'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x666666'
|
|
red: '0xcc6699'
|
|
green: '0x99cc66'
|
|
yellow: '0xcc9966'
|
|
blue: '0x6699cc'
|
|
magenta: '0x9966cc'
|
|
cyan: '0x66cc99'
|
|
white: '0xcccccc'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x999999'
|
|
red: '0xff99cc'
|
|
green: '0xccff99'
|
|
yellow: '0xffcc99'
|
|
blue: '0x99ccff'
|
|
magenta: '0xcc99ff'
|
|
cyan: '0x99ffcc'
|
|
white: '0xffffff'
|