solid group backgrounds, glow shader on gradient border

This commit is contained in:
Damocles 2026-04-12 21:36:20 +02:00
parent d33b47139a
commit 0181c566cf
2 changed files with 21 additions and 1 deletions

View file

@ -36,7 +36,14 @@ Item {
shadowHorizontalOffset: 0
}
// Background gradient
// Solid background
Rectangle {
anchors.fill: parent
radius: M.Theme.radius
color: M.Theme.base01
}
// Accent gradient overlay
Rectangle {
anchors.fill: parent
radius: M.Theme.radius