diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index b8375ae025..496cc8e489 100755 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -15,7 +15,7 @@ QtObject { verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignHCenter font: UM.Theme.getFont("small") - color: UM.Theme.getColor("info_button_text") + color: UM.Theme.getColor("button_text") text: control.text } @@ -27,11 +27,11 @@ QtObject { color: { if (control.pressed) { - return UM.Theme.getColor("info_button_background_active"); + return UM.Theme.getColor("button_active"); } else if (control.hovered) { - return UM.Theme.getColor("info_button_background_hover"); + return UM.Theme.getColor("button_hover"); } else { - return UM.Theme.getColor("info_button_background"); + return UM.Theme.getColor("button"); } } Behavior on color { ColorAnimation { duration: 50; } } diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 0c0d80fa7c..e7d49cb5e8 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -243,12 +243,7 @@ "layerview_support_infill": [0, 255, 255, 255], "layerview_move_combing": [0, 0, 255, 255], "layerview_move_retraction": [128, 128, 255, 255], - "layerview_support_interface": [64, 192, 255, 255], - - "info_button_text": [255, 255, 255, 255], - "info_button_background": [127, 127, 127, 255], - "info_button_background_hover": [24, 41, 77, 255], - "info_button_background_active": [70, 84, 113, 255] + "layerview_support_interface": [64, 192, 255, 255] }, "sizes": {