mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
lighter gradient
This commit is contained in:
parent
cf91c25073
commit
f40bbadd48
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ Item {
|
|||
}
|
||||
GradientStop {
|
||||
position: 0.0
|
||||
color: showingApp ? icons.backgroundColor : Qt.rgba(0, 0, 0, 0.2)
|
||||
color: showingApp ? icons.backgroundColor : Qt.rgba(0, 0, 0, 0.05)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ PlasmaCore.ColorScope {
|
|||
}
|
||||
GradientStop {
|
||||
position: 1
|
||||
color: showingApp ? PlasmaCore.ColorScope.backgroundColor : Qt.rgba(0, 0, 0, 0.2)
|
||||
color: showingApp ? PlasmaCore.ColorScope.backgroundColor : Qt.rgba(0, 0, 0, 0.05)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue