Add Kitty matugen template, format

This commit is contained in:
Ly-sec 2025-08-25 08:25:58 +02:00
parent f42fa11862
commit 43f56b63f6
3 changed files with 48 additions and 4 deletions

View file

@ -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