matinlotfali / KDE-Rounded-Corners

Rounds the corners of your windows in KDE Plasma 5 and 6
GNU General Public License v3.0
641 stars 22 forks source link

Ability to force outline opacity to 100% regardless of the window opacity #221

Closed taj-ny closed 6 months ago

taj-ny commented 6 months ago

The outline color is affected by window opacity, resulting in an opaque window's outline being darker than a transparent window's outline. If the window has both opaque and transparent regions, there's a very noticeable difference.

Notice how almost every window in this screenshot has a different outline color. outline

EDIT: Perhaps it would be better if the outline opacity depended on the opacity of the window, instead of the opacity of the pixel where the outline is drawn. An option to force 100% opacity would still be nice though.

Additional information

KDE-Rounded-Corners: v0.6.5 KDE Plasma: v6.0.4

This problem occurs on X11, Wayland and also when the blur effect is disabled.

matinlotfali commented 6 months ago

Does #225 do the job?

taj-ny commented 6 months ago

Yes.