diff --git a/Assets/MatugenTemplates/kcolorscheme.colors b/Assets/MatugenTemplates/kcolorscheme.colors index 5b97b234..195bcc48 100644 --- a/Assets/MatugenTemplates/kcolorscheme.colors +++ b/Assets/MatugenTemplates/kcolorscheme.colors @@ -137,16 +137,6 @@ ForegroundNormal={{colors.on_background.default.hex}} ForegroundPositive={{colors.tertiary_fixed.default.hex}} ForegroundVisited={{colors.on_secondary_container.default.hex}} -[General] -ColorScheme=Matugen -Name=Matugen - -[Appearance] -color_scheme=Matugen - -[KDE] -contrast=4 - [WM] activeBackground={{colors.primary_container.default.hex}} activeBlend={{colors.on_primary_container.default.hex}} diff --git a/Services/MatugenTemplates.qml b/Services/MatugenTemplates.qml index b50450bc..0eedbe32 100644 --- a/Services/MatugenTemplates.qml +++ b/Services/MatugenTemplates.qml @@ -92,7 +92,14 @@ Singleton { "output": "~/.config/qt6ct/colors/noctalia.conf" }], "input": "qtct.conf" - }, { + },{ + "name": "kcolorscheme", + "templates":[{ + "version": "kcolorscheme", + "output": "~/.local/share/color-schemes/noctalia.colors" + }], + "input":"kcolorscheme.colors" + },{ "name": "fuzzel", "templates": [{ "version": "fuzzel",