29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x000000'
|
|
foreground: '0xffffff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x444444'
|
|
red: '0xff0054'
|
|
green: '0xb1d630'
|
|
yellow: '0x9d895e'
|
|
blue: '0x67bee3'
|
|
magenta: '0xb576bc'
|
|
cyan: '0x569a9f'
|
|
white: '0xededed'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x777777'
|
|
red: '0xd65e75'
|
|
green: '0xbaffaa'
|
|
yellow: '0xece1c8'
|
|
blue: '0x9fd3e5'
|
|
magenta: '0xdeb3df'
|
|
cyan: '0xb6e0e5'
|
|
white: '0xffffff'
|
|
|