diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index f6c2542458..7fb44e9a7c 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -133,7 +133,7 @@ Item color: { if(infillListView.activeIndex == index) { - return UM.Theme.getColor("text_reversed") + return UM.Theme.getColor("text_emphasis") } if(!base.settingsEnabled) { diff --git a/resources/qml/Topbar.qml b/resources/qml/Topbar.qml index 68a6543fd2..a6da453997 100644 --- a/resources/qml/Topbar.qml +++ b/resources/qml/Topbar.qml @@ -88,7 +88,7 @@ Rectangle case "offline": return UM.Theme.getColor("status_offline"); default: - return UM.Theme.getColor("text_reversed"); + return UM.Theme.getColor("text_emphasis"); } } property string overlayIconSource: @@ -191,7 +191,7 @@ Rectangle height: UM.Theme.getSize("standard_arrow").height sourceSize.width: width sourceSize.height: width - color: UM.Theme.getColor("text_reversed") + color: UM.Theme.getColor("text_emphasis") source: UM.Theme.getIcon("arrow_bottom") } Label diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index 2bc94fe77c..86e844f18f 100755 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -140,7 +140,7 @@ QtObject { UM.RecolorImage { id: icon - color: UM.Theme.getColor("text_reversed") + color: UM.Theme.getColor("text_emphasis") opacity: !control.enabled ? 0.2 : 1.0 source: control.iconSource width: Theme.getSize("button_icon").width diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 08b29086fd..4dd37e0126 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -64,7 +64,6 @@ "text_inactive": [255, 255, 255, 88], "text_hover": [255, 255, 255, 204], "text_pressed": [255, 255, 255, 204], - "text_reversed": [255, 255, 255, 255], "text_subtext": [255, 255, 255, 172], "text_emphasis": [255, 255, 255, 255],