Allow persistant accent color

This commit is contained in:
Eric
2025-12-07 21:44:32 -05:00
parent 1c8339df10
commit 0645200807
2 changed files with 16 additions and 3 deletions
@@ -138,6 +138,7 @@ Singleton {
}
property JsonObject palette: JsonObject {
property string type: "auto" // Allowed: auto, scheme-content, scheme-expressive, scheme-fidelity, scheme-fruit-salad, scheme-monochrome, scheme-neutral, scheme-rainbow, scheme-tonal-spot
property string accentColor: ""
}
}