From 1a35971edf578c2f8ec09b6d05b9835ac42c5d39 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Wed, 4 Nov 2015 17:38:45 +0100 Subject: [PATCH] Adds a color for the error-messages Menno designed the use of the color orange for error messages, but this is not yet the definitive hue of orange. But I kinda needed it now. Contributes to #CURA-325 --- resources/themes/cura/theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 63e04c6e6e..52f4fbcd47 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -65,6 +65,7 @@ "text_hover": [35, 35, 35, 255], "text_pressed": [12, 169, 227, 255], + "error": [255, 140, 0, 255], "sidebar_header_bar": [12, 169, 227, 255], "button": [139, 143, 153, 255],