From d24d520db02f6baf219e15be201b4a235d6aba89 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Tue, 24 Aug 2021 13:32:25 +0200 Subject: [PATCH] Change background of Premium plugins and materials Or else the link "Search materials" in the materials tab was very hard to see. CURA-8380 --- .../resources/qml/components/ToolboxDownloadsShowcase.qml | 2 +- resources/themes/cura-dark/theme.json | 1 + resources/themes/cura-light/theme.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml b/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml index 4732de8241..a42a10aa29 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml @@ -8,7 +8,7 @@ import UM 1.1 as UM Rectangle { - color: UM.Theme.getColor("secondary") + color: UM.Theme.getColor("toolbox_premium_packages_background") height: childrenRect.height width: parent.width Column diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 457d2092c1..520f863972 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -177,6 +177,7 @@ "toolbox_header_button_text_active": [255, 255, 255, 255], "toolbox_header_button_text_inactive": [128, 128, 128, 255], + "toolbox_premium_packages_background": [57, 57, 57, 255], "monitor_printer_family_tag": [86, 86, 106, 255], "monitor_text_disabled": [102, 102, 102, 255], diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 6d99b7ae03..d50a748493 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -428,6 +428,7 @@ "printer_config_mismatch": [127, 127, 127, 255], "toolbox_header_button_text_inactive": [0, 0, 0, 255], + "toolbox_premium_packages_background": [240, 240, 240, 255], "favorites_header_bar": [245, 245, 245, 255], "favorites_header_hover": [245, 245, 245, 255],