25 lines
445 B
YAML
25 lines
445 B
YAML
|
colors:
|
||
|
primary:
|
||
|
background: "0x2c2e34"
|
||
|
foreground: "0xe2e2e3"
|
||
|
|
||
|
normal:
|
||
|
black: "0x181819"
|
||
|
red: "0xfc5d7c"
|
||
|
green: "0x9ed072"
|
||
|
yellow: "0xe7c664"
|
||
|
blue: "0x76cce0"
|
||
|
magenta: "0xb39df3"
|
||
|
cyan: "0xf39660"
|
||
|
white: "0xe2e2e3"
|
||
|
|
||
|
bright:
|
||
|
black: "0x181819"
|
||
|
red: "0xfc5d7c"
|
||
|
green: "0x9ed072"
|
||
|
yellow: "0xe7c664"
|
||
|
blue: "0x76cce0"
|
||
|
magenta: "0xb39df3"
|
||
|
cyan: "0xf39660"
|
||
|
white: "0xe2e2e3"
|