lighter gradient

This commit is contained in:
Marco Martin 2020-02-12 09:59:18 +01:00
parent cf91c25073
commit f40bbadd48
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@ Item {
} }
GradientStop { GradientStop {
position: 0.0 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)
} }
} }
} }

View file

@ -142,7 +142,7 @@ PlasmaCore.ColorScope {
} }
GradientStop { GradientStop {
position: 1 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)
} }
} }
} }