29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x272a34'
|
|
foreground: '0xffffff'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x1f2229'
|
|
red: '0xd41919'
|
|
green: '0x5ebdab'
|
|
yellow: '0xfea44c'
|
|
blue: '0x367bf0'
|
|
magenta: '0xbf2e5d'
|
|
cyan: '0x49aee6'
|
|
white: '0xe6e6e6'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x8c42ab'
|
|
red: '0xec0101'
|
|
green: '0x47d4b9'
|
|
yellow: '0xff8a18'
|
|
blue: '0x277fff'
|
|
magenta: '0xd71655'
|
|
cyan: '0x05a1f7'
|
|
white: '0xffffff'
|
|
|