29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x222324'
|
|
foreground: '0xbababa'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xe8341c'
|
|
green: '0x68c256'
|
|
yellow: '0xf2d42c'
|
|
blue: '0x1c98e8'
|
|
magenta: '0x8e69c9'
|
|
cyan: '0x1c98e8'
|
|
white: '0xbababa'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x000000'
|
|
red: '0xe05a4f'
|
|
green: '0x77b869'
|
|
yellow: '0xefd64b'
|
|
blue: '0x387cd3'
|
|
magenta: '0x957bbe'
|
|
cyan: '0x3d97e2'
|
|
white: '0xbababa'
|
|
|