nclarius / Plasma-window-decorations

Window styles for KDE Plasma highlighting the active window in the color scheme's accent color
https://store.kde.org/p/1678088
GNU General Public License v3.0
62 stars 8 forks source link

Border adjustments #5

Open mjkstra opened 1 year ago

mjkstra commented 1 year ago

Hi,

I really like these decorations, the only thing that I don't like are the too thick default borders.

As you suggested I've checked the rc file to edit the configuration myself and tried lowering the values for BorderXYZ up to zero which kinda did something but not that much.

I've then lowered the paddingXYZ by 2-3 points, which actually did the job but not entirely: the colored border shifted towards the inside as expected but another almost transparent gray border did not ( looks like a background border or smt ).

I don't know how to explain this but I'll leave some images here:

The problem is present both when the window is inactive:
image
And when is active ( much less noticeable ):
image


The program in the photo is Kate, but the problem should be reproducible with any app ( with varying degrees of severity ).

I've tried reading briefly the aurora layout options in the docs but couldn't understand how to fix this. I was hoping that maybe you, as the creator can guide me towards a solution.

Thanks