Add translucent background to convergence dock

The dock's LayerShell window is transparent; icon labels are
hardcoded white (designed to float over wallpaper on mobile).
A dark semi-transparent fill keeps labels legible on any
wallpaper without coupling to the Plasma theme color.
This commit is contained in:
Marco Allegretti 2026-04-17 14:29:29 +02:00
parent e4f4232cf2
commit 5c3c3b9720

View file

@ -223,9 +223,7 @@ ContainmentItem {
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
Kirigami.Theme.inherit: false color: Qt.rgba(0, 0, 0, 0.5)
Kirigami.Theme.colorSet: Kirigami.Theme.Window
color: Kirigami.Theme.backgroundColor
transform: Translate { y: dockOverlay.dockOffset } transform: Translate { y: dockOverlay.dockOffset }
} }