From e204696b618c9961db9f46b3de3518292e4782b0 Mon Sep 17 00:00:00 2001
From: Ian Paschal <projects@ianpaschal.com>
Date: Wed, 23 Jan 2019 12:10:06 +0100
Subject: [PATCH] Add dark theme

Contributes to CL-1165
---
 resources/themes/cura-dark/theme.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json
index 56369b9508..6211320f10 100644
--- a/resources/themes/cura-dark/theme.json
+++ b/resources/themes/cura-dark/theme.json
@@ -238,7 +238,8 @@
         "monitor_progress_bar_deactive": [102, 102, 102, 255],
         "monitor_progress_bar_empty": [67, 67, 67, 255],
 
-        "monitor_tooltips": [25, 25, 25, 255],
+        "monitor_tooltip": [25, 25, 25, 255],
+        "monitor_tooltip_text": [229, 229, 229, 255],
         "monitor_context_menu": [67, 67, 67, 255],
         "monitor_context_menu_hover": [30, 102, 215, 255],