Predefined ColorSchemes

- added support for predefined color schemes
- moved all the code regarding colors generation from wallpaper to the
ColorSchemes service
This commit is contained in:
quadbyte 2025-08-15 15:37:00 -04:00
parent a8e7f6e01d
commit f5b4cb452b
9 changed files with 126 additions and 94 deletions

View file

@ -92,16 +92,6 @@ ColumnLayout {
}
}
// Use Wallpaper Theme
NToggle {
label: "Use Wallpaper Colors"
description: "Automatically adjust UI colors based on wallpaper using Matugen"
value: Settings.data.wallpaper.generateColors
onToggled: function (newValue) {
Settings.data.wallpaper.generateColors = newValue
}
}
// Interval
ColumnLayout {
RowLayout {