scheme refactor

This commit is contained in:
Zacharias-Brohn
2026-02-19 12:40:00 +01:00
parent c4d51f82c3
commit ee62e61b06
8 changed files with 83 additions and 101 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ Singleton {
if (!isPreview) {
root.scheme = scheme.name;
flavour = scheme.flavour;
flavour = scheme.flavor;
currentLight = scheme.mode === "light";
} else {
previewLight = scheme.mode === "light";