Add persistent accent color (#2659)

This commit is contained in:
end-4
2025-12-09 23:59:48 +01:00
committed by GitHub
2 changed files with 20 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: ""
}
}