29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x000000'
|
|
foreground: '0xf2f2f2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x2a2a2a'
|
|
red: '0xff0000'
|
|
green: '0x79ff0f'
|
|
yellow: '0xd3bf00'
|
|
blue: '0x396bd7'
|
|
magenta: '0xb449be'
|
|
cyan: '0x66ccff'
|
|
white: '0xbbbbbb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x666666'
|
|
red: '0xff0080'
|
|
green: '0x66ff66'
|
|
yellow: '0xf3d64e'
|
|
blue: '0x709aed'
|
|
magenta: '0xdb67e6'
|
|
cyan: '0x7adff2'
|
|
white: '0xffffff'
|
|
|