Avoid the word "Theme" in favor of "Colors"

This commit is contained in:
quadbyte 2025-08-14 19:22:52 -04:00
parent 2415768443
commit 9e51fdc932
5 changed files with 48 additions and 117 deletions

View file

@ -94,11 +94,11 @@ ColumnLayout {
// Use Wallpaper Theme
NToggle {
label: "Use Wallpaper Theme"
description: "Automatically adjust theme colors based on wallpaper using Matugen"
value: Settings.data.wallpaper.generateTheme
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.generateTheme = newValue
Settings.data.wallpaper.generateColors = newValue
}
}