29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1f1726'
|
|
foreground: '0xdafaff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000507'
|
|
red: '0xd94085'
|
|
green: '0x2ab250'
|
|
yellow: '0xffd16f'
|
|
blue: '0x883cdc'
|
|
magenta: '0xececec'
|
|
cyan: '0xc1b8b7'
|
|
white: '0xfff8de'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x009cc9'
|
|
red: '0xda6bac'
|
|
green: '0xf4dca5'
|
|
yellow: '0xeac066'
|
|
blue: '0x308cba'
|
|
magenta: '0xae636b'
|
|
cyan: '0xff919d'
|
|
white: '0xe4838d'
|
|
|