20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"mode": "dark",
|
|
"extends": "defaultDark",
|
|
"colors": {
|
|
"background": "#191114",
|
|
"background-alternate": "#21191c",
|
|
"surface": "#251d20",
|
|
"surface-foreground": "#eedfe3",
|
|
"foreground": "#eedfe3",
|
|
"foreground-muted": "#d4c2c7",
|
|
"primary": "#ffb0d1",
|
|
"black": "#191114",
|
|
"white": "#191114",
|
|
"state-error": "#ffb4ab",
|
|
"state-info": "#f1bb98",
|
|
"state-warning": "#e1bdca",
|
|
"state-success": "#4caf50"
|
|
}
|
|
}
|