29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0a1e24'
|
|
foreground: '0xecf0c1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xff4d83'
|
|
green: '0x1f8c3b'
|
|
yellow: '0x1fc95b'
|
|
blue: '0x1dd3ee'
|
|
magenta: '0x8959a8'
|
|
cyan: '0x3e999f'
|
|
white: '0xffffff'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x000000'
|
|
red: '0xff0021'
|
|
green: '0x1fc231'
|
|
yellow: '0xd5b807'
|
|
blue: '0x15a9fd'
|
|
magenta: '0x8959a8'
|
|
cyan: '0x3e999f'
|
|
white: '0xffffff'
|
|
|