From 26024f7ed2642ca12528507a0e191be58adcddc1 Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Fri, 14 Aug 2026 16:48:01 +1000 Subject: [PATCH] Add colors for disabled/inactive Qt widgets --- hammer/resource/themes/dark.kv | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/hammer/resource/themes/dark.kv b/hammer/resource/themes/dark.kv index d14ed1581..c3be6aa1f 100644 --- a/hammer/resource/themes/dark.kv +++ b/hammer/resource/themes/dark.kv @@ -25,5 +25,29 @@ //"Link" "" //"LinkVisited" "" //"Shadow" "" + + "disabled" + { + "Text" "102 102 102" + "BrightText" "128 0 0" + "Button" "20 20 20" + "ButtonText" "96 96 96" + + "Highlight" "219 65 65" + "HighlightedText" "10 10 10" + } + "inactive" + { + "Button" "38 38 38" + "Text" "204 204 204" + "BrightText" "192 0 0" + "ButtonText" "204 204 204" + "Base" "15 15 15" + "Window" "25 25 25" + "Highlight" "128 38 38" + "HighlightedText" "5 5 5" + "AlternateBase" "25 25 25" + } } } +