29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x232537'
|
|
foreground: '0xecf0fe'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x03073c'
|
|
red: '0xc6004a'
|
|
green: '0xacf157'
|
|
yellow: '0xfecd5e'
|
|
blue: '0x525fb8'
|
|
magenta: '0x986f82'
|
|
cyan: '0x968763'
|
|
white: '0xecf0fc'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x6c5b30'
|
|
red: '0xda4b8a'
|
|
green: '0xdbffa9'
|
|
yellow: '0xfee6a9'
|
|
blue: '0xb2befa'
|
|
magenta: '0xfda5cd'
|
|
cyan: '0xa5bd86'
|
|
white: '0xf6ffec'
|
|
|