Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request advice: Changing panel shadow color #22

Open
AndydeCleyre opened this issue Aug 4, 2021 · 0 comments
Open

Request advice: Changing panel shadow color #22

AndydeCleyre opened this issue Aug 4, 2021 · 0 comments

Comments

@AndydeCleyre
Copy link

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>
  • result
    • upper left: empty plasma panel, with dark shadow
    • upper right: full latte dock, with dark shadow (made enormous for clarity)
    • center: panel-background.svg as viewed with qview, showing light shadow (glow)
  • existing discussion on reddit

Thanks for any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant