From 73bb311293af15649de3cf5eeb3f3cbb9ef20faa Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 29 Oct 2021 15:47:22 +0200 Subject: [PATCH] Add dark theme entry for background of detail panels Otherwise it uses the very bright light theme which doesn't match with the light text colour in dark mode. Contributes to issue CURA-8556. Found during issue CURA-8557. --- resources/themes/cura-dark/theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 520f863972..433c9fff92 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -6,6 +6,7 @@ "colors": { "main_background": [39, 44, 48, 255], + "detail_background": [63, 63, 63, 255], "message_background": [39, 44, 48, 255], "wide_lining": [31, 36, 39, 255], "thick_lining": [255, 255, 255, 60],