29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x262626'
|
|
foreground: '0xffcb83'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xc13900'
|
|
green: '0xa4a900'
|
|
yellow: '0xcaaf00'
|
|
blue: '0xbd6d00'
|
|
magenta: '0xfc5e00'
|
|
cyan: '0xf79500'
|
|
white: '0xffc88a'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x6a4f2a'
|
|
red: '0xff8c68'
|
|
green: '0xf6ff40'
|
|
yellow: '0xffe36e'
|
|
blue: '0xffbe55'
|
|
magenta: '0xfc874f'
|
|
cyan: '0xc69752'
|
|
white: '0xfafaff'
|
|
|