29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1b1d1e'
|
|
foreground: '0xbbbbbb'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x1b1d1e'
|
|
red: '0x7325fa'
|
|
green: '0x23e298'
|
|
yellow: '0x60d4df'
|
|
blue: '0xd08010'
|
|
magenta: '0xff0087'
|
|
cyan: '0xd0a843'
|
|
white: '0xbbbbbb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555555'
|
|
red: '0x9d66f6'
|
|
green: '0x5fe0b1'
|
|
yellow: '0x6df2ff'
|
|
blue: '0xffaf00'
|
|
magenta: '0xff87af'
|
|
cyan: '0xffce51'
|
|
white: '0xffffff'
|
|
|