From 92293e70086112b889bdc96d56b29904d8381f92 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 6 Jul 2021 16:17:55 +0200 Subject: [PATCH] Make checkbox mark colours same as text colours The new icon set changes the checkmark to something a lot thinner and more subtle. Making it darker compensates for that a bit. --- resources/themes/cura-light/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index e34d498e74..bf4542b444 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -350,7 +350,7 @@ "checkbox_hover": [255, 255, 255, 255], "checkbox_border": [199, 199, 199, 255], "checkbox_border_hover": [50, 130, 255, 255], - "checkbox_mark": [50, 130, 255, 255], + "checkbox_mark": [35, 35, 35, 255], "checkbox_disabled": [223, 223, 223, 255], "checkbox_text": [35, 35, 35, 255],