Closed mre closed 4 years ago
As a temporary fix, you could remove the alpha pixels from the icons and replace them with white. This way they'll be visible in a black background.
As a temporary fix, you could remove the alpha pixels from the icons and replace them with white. This way they'll be visible in a black background.
This is now done in master
. Turns out there is a simple way to check:
def dark_mode():
return NSUserDefaults.standardUserDefaults().stringForKey_('AppleInterfaceStyle') == "Dark"
Thanks for the support @cmangla. 😊
Feature Request Type
Description
Maybe there is a way to detect if a user is on a dark theme on macOS and use a white icon accordingly?