Add Kitty matugen template, format
This commit is contained in:
parent
f42fa11862
commit
43f56b63f6
3 changed files with 48 additions and 4 deletions
|
|
@ -128,10 +128,10 @@ ColumnLayout {
|
|||
}
|
||||
}
|
||||
|
||||
// GTK/QT theming
|
||||
// App theming
|
||||
NToggle {
|
||||
label: "Theme external apps (GTK & Qt)"
|
||||
description: "Writes GTK (gtk.css) and Qt (qt6ct) themes based on your colors."
|
||||
label: "Theme external apps (GTK, Qt & kitty)"
|
||||
description: "Writes GTK (gtk.css), Qt5/6 (noctalia.conf) and Kitty (noctalia.conf) themes based on your colors."
|
||||
checked: Settings.data.colorSchemes.themeApps
|
||||
onToggled: checked => {
|
||||
Settings.data.colorSchemes.themeApps = checked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue