Created a "Variant" system — themes are now able to inherit from base themes

This commit is contained in:
nutty
2026-06-30 02:58:57 +10:00
parent 534a328edf
commit 3e058b5433
15 changed files with 150 additions and 32 deletions
+3 -3
View File
@@ -20,11 +20,11 @@
},
{
"value": "compact",
"label": "Compact (Light)"
"label": "Compact"
},
{
"value": "compact-dark",
"label": "Compact (Dark)"
"value": "compact",
"label": "Compact (Inverted)"
},
{
"value": "simple",