29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0d101b'
|
|
foreground: '0xebeef9'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000009'
|
|
red: '0xbb4f6c'
|
|
green: '0x72ccae'
|
|
yellow: '0xc65e3d'
|
|
blue: '0x58b6ca'
|
|
magenta: '0x6488c4'
|
|
cyan: '0x8d84c6'
|
|
white: '0x858893'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x1f222d'
|
|
red: '0xee829f'
|
|
green: '0xa5ffe1'
|
|
yellow: '0xf99170'
|
|
blue: '0x8be9fd'
|
|
magenta: '0x97bbf7'
|
|
cyan: '0xc0b7f9'
|
|
white: '0xffffff'
|
|
|