From 1c3779b2064da7859ad23580cca929f06759e122 Mon Sep 17 00:00:00 2001 From: ozxybox Date: Sat, 6 Sep 2025 22:58:14 -0700 Subject: [PATCH] fix: Make tooltip background dark --- hammer/resource/themes/dark.kv | 2 +- hammer/resource/themes/momentum-dark.kv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hammer/resource/themes/dark.kv b/hammer/resource/themes/dark.kv index e1e6e511a..d14ed1581 100644 --- a/hammer/resource/themes/dark.kv +++ b/hammer/resource/themes/dark.kv @@ -15,7 +15,7 @@ "Highlight" "219 65 65" "HighlightedText" "10 10 10" "AlternateBase" "40 40 40" - "ToolTipBase" "255 255 255" + "ToolTipBase" "25 25 25" "ToolTipText" "255 255 255" //"PlaceholderText" "" //"Light" "" diff --git a/hammer/resource/themes/momentum-dark.kv b/hammer/resource/themes/momentum-dark.kv index cc3230518..6f3b27f56 100644 --- a/hammer/resource/themes/momentum-dark.kv +++ b/hammer/resource/themes/momentum-dark.kv @@ -15,7 +15,7 @@ "HighlightedText" "32 32 32" "Link" "24 150 211" "AlternateBase" "79 79 79" - "ToolTipBase" "255 255 255" + "ToolTipBase" "25 25 25" "ToolTipText" "255 255 255" } }