In Windows 11 if one wants more color control for the Taskbar and window titlebar, it is necessary to enable dark mode with Light app theme.
Pritunl’s client apparently is not aware of such combination of settings and while all system icons are shown correctly in light mode Pritunl’s is broken (dark instead of light) and hard to see. Switching Pritunl’s theme to Light doesn’t help either.
Before that release it was always a light icon, that release uses electron.nativeTheme.shouldUseDarkColors to switch to the dark icon for light themes. I may add an option to manually change it but currently there isn’t any option to override that.
Hey, thanks for looking into this. I’ve taken a closer look, checked-out previous icon and it seems a problem is not due to a bug in deciding which color icon to use but rather that the new icon has transparency which depending on the taskbar color can completely mess up how it looks.