29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x282a36'
|
|
foreground: '0x94a3a5'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x44475a'
|
|
red: '0xff5555'
|
|
green: '0x50fa7b'
|
|
yellow: '0xffb86c'
|
|
blue: '0x8be9fd'
|
|
magenta: '0xbd93f9'
|
|
cyan: '0xff79c6'
|
|
white: '0x94a3a5'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x000000'
|
|
red: '0xff5555'
|
|
green: '0x50fa7b'
|
|
yellow: '0xffb86c'
|
|
blue: '0x8be9fd'
|
|
magenta: '0xbd93f9'
|
|
cyan: '0xff79c6'
|
|
white: '0xffffff'
|
|
|