mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
as an experiment, use the normal color scope
This commit is contained in:
parent
959e5ab797
commit
d41f505795
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue