mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
KDE: Update Update logout button border color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user