From bd76a18ea7b8494775a913353bb96e15ab35f9f4 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Mon, 17 Aug 2015 17:32:50 +0200 Subject: [PATCH] 15.10 Adds a color for the line between the toolbar buttons Contributes to: issue CURA-60 --- 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 011b60983c..b600db1c2c 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -70,6 +70,7 @@ "button_hover": [140, 144, 154, 255], "button_active": [12, 169, 227, 255], "button_active_hover": [34, 150, 199, 255], + "button_lining": [140, 144, 154, 255], "button_text": [255, 255, 255, 255], "button_disabled": [245, 245, 245, 255], "button_tooltip_text": [35, 35, 35, 255],