diff --git a/kde/look-and-feel/contents/logout/Logout.qml b/kde/look-and-feel/contents/logout/Logout.qml index 24008f0..243b49d 100644 --- a/kde/look-and-feel/contents/logout/Logout.qml +++ b/kde/look-and-feel/contents/logout/Logout.qml @@ -206,7 +206,7 @@ PlasmaCore.ColorScope { id: shutdownButton iconSource: "system-shutdown" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down") - border_color: "#ffe031" + border_color: "#FF5E62" action: root.haltRequested KeyNavigation.left: rebootButton KeyNavigation.right: logoutButton @@ -217,7 +217,7 @@ PlasmaCore.ColorScope { id: logoutButton iconSource: "system-log-out" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log Out") - border_color: "#00ffa9" + border_color: "#83B3AE" action: root.logoutRequested KeyNavigation.left: shutdownButton KeyNavigation.right: suspendButton