29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x232e37'
|
|
foreground: '0xd9e6f2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x0a0a0a'
|
|
red: '0xab8f74'
|
|
green: '0x74ab8f'
|
|
yellow: '0x8fab74'
|
|
blue: '0x8f74ab'
|
|
magenta: '0xab748f'
|
|
cyan: '0x748fab'
|
|
white: '0xf2f2f2'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5d5d5d'
|
|
red: '0xff1d62'
|
|
green: '0x9cc3af'
|
|
yellow: '0xffd00a'
|
|
blue: '0xaf9cc3'
|
|
magenta: '0xff1d62'
|
|
cyan: '0x4bb8fd'
|
|
white: '0xa020f0'
|
|
|