From 9241cfa5c6e7df071f5018d48a67ec76b0f863d3 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 18 Aug 2017 14:19:37 +0200 Subject: [PATCH] Make tooltip backgrounds dark as well Looks very professional. Contributes to issue CURA-3948. --- resources/themes/cura-dark/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 5855b59d04..4129eebe27 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -144,7 +144,7 @@ "mode_switch_text_hover": [255, 255, 255, 255], "mode_switch_text_checked": [12, 169, 227, 255], - "tooltip": [12, 169, 227, 255], + "tooltip": [40, 40, 40, 255], "tooltip_text": [255, 255, 255, 255], "message_background": [255, 255, 255, 255],