Add light/dark mode toggle for matugen

This commit is contained in:
Ly-sec 2025-08-17 12:33:28 +02:00
parent dbdfbdc746
commit 5aeeb8458f
3 changed files with 25 additions and 2 deletions

View file

@ -199,6 +199,7 @@ Singleton {
colorSchemes: JsonObject {
property bool useWallpaperColors: false
property string predefinedScheme: ""
property bool darkMode: true
}
}
}