overlayeddev / overlayed

A modern, open-source, and free voice chat overlay for Discord that supports Mac, Linux, and Windows
https://overlayed.dev
GNU Affero General Public License v3.0
355 stars 27 forks source link

macOS menubar icon is wrong color in light mode #125

Closed Hacksore closed 5 months ago

Hacksore commented 5 months ago

I saw @maxdemaio's screen and he is in light mode and the icon was white.

image

I peronally use reduced transparency so my menu bar is black so there for I am not properly handling every case 😢.

So I need to check every scenario that the menu bar icon is the right color!

My states:

reduced transparency dark mode: image

reduced transparency light mode: image

no reduced transparency dark mode: image

no reduced transparency light mode: image

Hacksore commented 5 months ago

The fix here is remove the green pin mode in menubar icon instead do a cutout so that all themes work!