29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x20242d'
|
|
foreground: '0xc7c8ff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x20242d'
|
|
red: '0xff8e8e'
|
|
green: '0x7efdd0'
|
|
yellow: '0xfcad3f'
|
|
blue: '0x69b4f9'
|
|
magenta: '0xdd92f6'
|
|
cyan: '0x8ce8ff'
|
|
white: '0xc9cccd'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x20242d'
|
|
red: '0xff8e8e'
|
|
green: '0x7efdd0'
|
|
yellow: '0xfcad3f'
|
|
blue: '0x69b4f9'
|
|
magenta: '0xdd92f6'
|
|
cyan: '0x8ce8ff'
|
|
white: '0xc9cccd'
|
|
|