vinceliuice / Layan-kde

Layan kde theme
GNU General Public License v3.0
366 stars 21 forks source link

Request advice: Changing panel shadow color #22

Open AndydeCleyre opened 3 years ago

AndydeCleyre commented 3 years ago

Hello, and thanks for maintaining this great theme!

I'd like to change my panel (or latte panel/dock) shadow to be a glow.

Ideally it would use the same shadow color used by my kwin decoration (breeze enhanced), or in my case it happens to be the same as ButtonText. I'm happy enough to hardcode a color in an overriding SVG file though.

What I tried:

panel-background.svg:

<linearGradient id="linearGradient4270">
-   <stop stop-color="#000000" stop-opacity=".66663" offset="0"/>
-   <stop stop-color="#000000" stop-opacity="0" offset="1"/>
+   <stop stop-color="#e2a964" stop-opacity=".66663" offset="0"/>
+   <stop stop-color="#e2a964" stop-opacity="0" offset="1"/>
</linearGradient>

Thanks for any help!