Make the blur backgroud color overlay themable

This also fixes the hardcoded color in FlowView.qml
This commit is contained in:
luisangelsm
2026-03-01 15:22:54 +01:00
parent 52e43192c4
commit 87fada611d
5 changed files with 14 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Rectangle {
Rectangle {
id: background
color: "#2A2A2A"
color: backgroundBlurOverlayColor
anchors.fill: backgroundImg
}