mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
actiondrawer: Darken landscape drawer background to be easier to read
This commit is contained in:
parent
27297c445a
commit
5cb056dd3e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ PlasmaCore.ColorScope {
|
||||||
color: Qt.rgba(PlasmaCore.Theme.backgroundColor.r,
|
color: Qt.rgba(PlasmaCore.Theme.backgroundColor.r,
|
||||||
PlasmaCore.Theme.backgroundColor.g,
|
PlasmaCore.Theme.backgroundColor.g,
|
||||||
PlasmaCore.Theme.backgroundColor.b,
|
PlasmaCore.Theme.backgroundColor.b,
|
||||||
notificationWidget.hasNotifications ? 0.95 : 0.7)
|
notificationWidget.hasNotifications ? 0.95 : 0.9)
|
||||||
Behavior on color { ColorAnimation { duration: PlasmaCore.Units.longDuration } }
|
Behavior on color { ColorAnimation { duration: PlasmaCore.Units.longDuration } }
|
||||||
opacity: Math.max(0, Math.min(1, actionDrawer.offset / root.minimizedQuickSettingsOffset))
|
opacity: Math.max(0, Math.min(1, actionDrawer.offset / root.minimizedQuickSettingsOffset))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue