KDE: Update Update logout button border color

This commit is contained in:
EliverLara
2020-11-26 15:04:19 -06:00
parent 6b5bb76359
commit 93b2375e9b

View File

@@ -206,7 +206,7 @@ PlasmaCore.ColorScope {
id: shutdownButton id: shutdownButton
iconSource: "system-shutdown" iconSource: "system-shutdown"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down") text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down")
border_color: "#ffe031" border_color: "#FF5E62"
action: root.haltRequested action: root.haltRequested
KeyNavigation.left: rebootButton KeyNavigation.left: rebootButton
KeyNavigation.right: logoutButton KeyNavigation.right: logoutButton
@@ -217,7 +217,7 @@ PlasmaCore.ColorScope {
id: logoutButton id: logoutButton
iconSource: "system-log-out" iconSource: "system-log-out"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log Out") text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log Out")
border_color: "#00ffa9" border_color: "#83B3AE"
action: root.logoutRequested action: root.logoutRequested
KeyNavigation.left: shutdownButton KeyNavigation.left: shutdownButton
KeyNavigation.right: suspendButton KeyNavigation.right: suspendButton