From bc80a1dfaf9f0a31b1b1effbd68eb91a7f73174d Mon Sep 17 00:00:00 2001 From: Aiser <2912778691@qq.com> Date: Fri, 10 Oct 2025 12:56:47 +0800 Subject: [PATCH] Matugen: Add KColorScheme for KDE's APP --- Assets/MatugenTemplates/kcolorscheme.colors | 10 ---------- Services/MatugenTemplates.qml | 9 ++++++++- 2 files changed, 8 insertions(+), 11 deletions(-) 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",