29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0e1019'
|
|
foreground: '0xfffaf4'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x232323'
|
|
red: '0xff000f'
|
|
green: '0x8ce10b'
|
|
yellow: '0xffb900'
|
|
blue: '0x008df8'
|
|
magenta: '0x6d43a6'
|
|
cyan: '0x00d8eb'
|
|
white: '0xffffff'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x444444'
|
|
red: '0xff2740'
|
|
green: '0xabe15b'
|
|
yellow: '0xffd242'
|
|
blue: '0x0092ff'
|
|
magenta: '0x9a5feb'
|
|
cyan: '0x67fff0'
|
|
white: '0xffffff'
|
|
|