From a42fee48340f72842e0a340fc090321eff71ed23 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 6 Jul 2021 09:25:10 +0200 Subject: [PATCH] Put the dark-theme bg back the way it was. Not really part of this ticket. Also no buttons are directly on the background anyway. part of CURA-8012 --- 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 8d68bb0d5b..0d6fa2f260 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -5,7 +5,7 @@ }, "colors": { - "main_background": [31, 31, 32, 255], + "main_background": [39, 44, 48, 255], "message_background": [39, 44, 48, 255], "wide_lining": [31, 36, 39, 255], "thick_lining": [255, 255, 255, 60],