I want to give the user an option to choose between Light Skin or Dark Skin in my app, regardless of what he sets on the OS level. It works great when the user has set Light Mode on the OS Level and chooses Light Skin in my app but not so much the other way around only because of the PopupMenu controls.
Any idea of how to manipulate the PopupMenu(s) under macOS and Dark Mode to look readable with light skin/background color?
Here’s the problem:
Light Skin On Dark Mode
And here you can see the same controls in OS Dark Mode:
I think the main problem here is the transparency of the controls in Dark Mode and I’m trying to find an idea how to get this look usable.