FelixKratz / JankyBorders

A lightweight window border system for macOS
GNU General Public License v3.0
1k stars 18 forks source link

Color of the inactive border differs on chromium #8

Closed Bellavene closed 10 months ago

Bellavene commented 10 months ago

For some reason, the inactive border color of chromium based browsers differs from other windows. More clearly, it looks like the alpha channel is ignored.

Screenshot 2023-11-03 at 13 06 25
FelixKratz commented 10 months ago

I think it is because of the window shadow. Do you use yabai to disable window shadow? If it is not window shadow I am not sure there is a way to fix this as it seems to be fully out of my control.

Bellavene commented 10 months ago

Shadows are disabled everywhere. I've looked more closely and it is not alpha channel, because the border is transparent. Got it.

FelixKratz commented 10 months ago

Maybe it is because there are two borders overlapping each other (which would be something under my control)? Could you try the latest release and see if the problem persists?