29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x191f1d'
|
|
foreground: '0xd9e6f2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x303030'
|
|
red: '0xa87139'
|
|
green: '0x39a871'
|
|
yellow: '0x71a839'
|
|
blue: '0x7139a8'
|
|
magenta: '0xa83971'
|
|
cyan: '0x3971a8'
|
|
white: '0x8a8a8a'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x494949'
|
|
red: '0xb0763b'
|
|
green: '0x3bb076'
|
|
yellow: '0x76b03b'
|
|
blue: '0x763bb0'
|
|
magenta: '0xb03b76'
|
|
cyan: '0x3b76b0'
|
|
white: '0xcfcfcf'
|
|
|