When using Dark Mode on Mojave, controls are unusable due to the way they are drawn (for example no visible text on buttons).
Apps should be usable
Parts of the controls are not visible
Light mode:
Dark Mode:
A workaround for this is to add "NSRequiresAquaSystemAppearance" with "Yes" in your Info.plist. This will set the application to disregard the "Dark Mode" of the OS.
Discussed this with @migueldeicaza today:
It may worth to think about proper support of Dark mode
Most helpful comment
A workaround for this is to add "NSRequiresAquaSystemAppearance" with "Yes" in your Info.plist. This will set the application to disregard the "Dark Mode" of the OS.