29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x132738'
|
|
foreground: '0xffffff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xff0000'
|
|
green: '0x38de21'
|
|
yellow: '0xffe50a'
|
|
blue: '0x1460d2'
|
|
magenta: '0xff005d'
|
|
cyan: '0x00bbbb'
|
|
white: '0xbbbbbb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555555'
|
|
red: '0xf40e17'
|
|
green: '0x3bd01d'
|
|
yellow: '0xedc809'
|
|
blue: '0x5555ff'
|
|
magenta: '0xff55ff'
|
|
cyan: '0x6ae3fa'
|
|
white: '0xffffff'
|
|
|