nova-shell/shell/modules/PopupBackground.qml

13 lines
271 B
QML

import QtQuick
import "." as M
import "../services" as S
Rectangle {
property color accentColor: S.Theme.base05
color: S.Theme.base01
opacity: Math.max(S.Theme.barOpacity, 0.85)
radius: S.Theme.radius
border.color: accentColor
border.width: 1
}