as an experiment, use the normal color scope

This commit is contained in:
Marco Martin 2019-10-03 19:42:24 +02:00
parent 959e5ab797
commit d41f505795
3 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ NanoShell.FullScreenOverlay {
PlasmaCore.ColorScope {
anchors.fill: parent
y: Math.min(0, -height + window.offset)
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
//colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
Rectangle {
x: drawerX

View file

@ -33,7 +33,7 @@ PlasmaCore.ColorScope {
id: root
width: 480
height: 640
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
//colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
property Item toolBox
property int buttonHeight: width/4

View file

@ -30,7 +30,7 @@ PlasmaCore.ColorScope {
id: root
width: 600
height: 480
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
//colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
Plasmoid.backgroundHints: plasmoid.configuration.PanelButtonsVisible ? PlasmaCore.Types.StandardBackground : PlasmaCore.Types.NoBackground