From b1406fc49a0d5b6e0f3f92b1cc05f0475f1239a2 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 13 Dec 2025 00:51:28 -0500 Subject: [PATCH] matugen: scrub the never implemented dynamic contrast palette --- quickshell/Common/Theme.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quickshell/Common/Theme.qml b/quickshell/Common/Theme.qml index 68f885b9..e54131d4 100644 --- a/quickshell/Common/Theme.qml +++ b/quickshell/Common/Theme.qml @@ -203,10 +203,6 @@ Singleton { "value": "scheme-vibrant", "label": "Vibrant", "description": I18n.tr("Lively palette with saturated accents.") - }), ({ - "value": "scheme-dynamic-contrast", - "label": "Dynamic Contrast", - "description": I18n.tr("High-contrast palette for strong visual distinction.") }), ({ "value": "scheme-content", "label": "Content",