mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 20:31:31 +00:00
Matugen: Add KColorScheme for KDE's APP
This commit is contained in:
@@ -405,6 +405,18 @@ ColumnLayout {
|
||||
AppThemeService.generate()
|
||||
}
|
||||
}
|
||||
|
||||
NCheckbox {
|
||||
label: "KColorScheme"
|
||||
description: I18n.tr("settings.color-scheme.templates.ui.kcolorscheme.description", {
|
||||
"filepath": "~/.local/share/color-schemes/noctalia.colors"
|
||||
})
|
||||
checked: Settings.data.templates.kcolorscheme
|
||||
onToggled: checked => {
|
||||
Settings.data.templates.kcolorscheme = checked
|
||||
AppThemeService.generate()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Terminal Emulators
|
||||
|
||||
Reference in New Issue
Block a user