29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1f1305'
|
|
foreground: '0xb4e1fd'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x3f3f3f'
|
|
red: '0xff0883'
|
|
green: '0x83ff08'
|
|
yellow: '0xff8308'
|
|
blue: '0x0883ff'
|
|
magenta: '0x8308ff'
|
|
cyan: '0x08ff83'
|
|
white: '0xbebebe'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x474747'
|
|
red: '0xff1e8e'
|
|
green: '0x8eff1e'
|
|
yellow: '0xff8e1e'
|
|
blue: '0x1e8eff'
|
|
magenta: '0x8e1eff'
|
|
cyan: '0x1eff8e'
|
|
white: '0xc4c4c4'
|
|
|