From f2dbde0fe1c41a3a49088a52b40393e1d6699d80 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 13 Sep 2017 16:04:06 +0200 Subject: [PATCH] Fix readability of top bar buttons --- resources/themes/cura-dark/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 61eefd5122..4d256e4ad9 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -18,6 +18,10 @@ "topbar_background_color": [0, 0, 0, 0], "topbar_background_color_monitoring": [0, 0, 0, 255], + "topbar_button_text_active": [255, 255, 255, 255], + "topbar_button_text_inactive": [128, 128, 128, 255], + "topbar_button_text_hovered": [255, 255, 255, 255], + "text": [255, 255, 255, 204], "text_detail": [255, 255, 255, 172], "text_link": [255, 255, 255, 127],