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:
parent
a8e7f6e01d
commit
f5b4cb452b
9 changed files with 126 additions and 94 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue