mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Use Header colors for top panel
Apps use this colorset now. Not using this color set causes the top panel to look weird.
This commit is contained in:
parent
e92188b5e9
commit
ed4d713ffb
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ Item {
|
|||
PlasmaCore.ColorScope {
|
||||
id: icons
|
||||
z: 1
|
||||
colorGroup: showingApp ? PlasmaCore.Theme.NormalColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
colorGroup: showingApp ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
//parent: slidingPanel.visible && !slidingPanel.wideScreen ? panelContents : root
|
||||
anchors {
|
||||
left: parent.left
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ PlasmaCore.ColorScope {
|
|||
id: root
|
||||
width: 600
|
||||
height: 480
|
||||
colorGroup: showingApp ? PlasmaCore.Theme.NormalColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
colorGroup: showingApp ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
|
||||
|
||||
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue