mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 10:56:16 +00:00
DimDesktop: better color
This commit is contained in:
@@ -81,7 +81,7 @@ PanelWindow {
|
||||
property bool isPanelOpen: PanelService.openedPanel !== null
|
||||
color: {
|
||||
if (dimDesktop && isPanelOpen) {
|
||||
return Qt.alpha(Color.mSurfaceVariant, Style.opacityHeavy)
|
||||
return Qt.alpha(Color.mShadow, 0.8)
|
||||
}
|
||||
return Color.transparent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user