29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1a1818'
|
|
foreground: '0xc9c9c9'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x302b2a'
|
|
red: '0xa7463d'
|
|
green: '0x587744'
|
|
yellow: '0x9d602a'
|
|
blue: '0x485b98'
|
|
magenta: '0x864651'
|
|
cyan: '0x9c814f'
|
|
white: '0xc9c9c9'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x4d4e48'
|
|
red: '0xaa000c'
|
|
green: '0x128c21'
|
|
yellow: '0xfc6a21'
|
|
blue: '0x7999f7'
|
|
magenta: '0xfd8aa1'
|
|
cyan: '0xfad484'
|
|
white: '0xffffff'
|
|
|