29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x242424'
|
|
foreground: '0xf7f7f7'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xc75646'
|
|
green: '0x8eb33b'
|
|
yellow: '0xd0b03c'
|
|
blue: '0x72b3cc'
|
|
magenta: '0xc8a0d1'
|
|
cyan: '0x218693'
|
|
white: '0xb0b0b0'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5d5d5d'
|
|
red: '0xe09690'
|
|
green: '0xcdee69'
|
|
yellow: '0xffe377'
|
|
blue: '0x9cd9f0'
|
|
magenta: '0xfbb1f9'
|
|
cyan: '0x77dfd8'
|
|
white: '0xf7f7f7'
|
|
|