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