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],