29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x000000'
|
|
foreground: '0xfdfdfd'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xff0000'
|
|
green: '0x00ff00'
|
|
yellow: '0xffff00'
|
|
blue: '0x00bfff'
|
|
magenta: '0xffc0cb'
|
|
cyan: '0x40e0d0'
|
|
white: '0xbebebe'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x414141'
|
|
red: '0xffa500'
|
|
green: '0x98fb98'
|
|
yellow: '0xffff00'
|
|
blue: '0x0000cd'
|
|
magenta: '0xa020f0'
|
|
cyan: '0xaeeeee'
|
|
white: '0xffffff'
|
|
|