lastfm / lastfm-desktop

The official Last.fm desktop application suite
http://www.last.fm
GNU General Public License v3.0
461 stars 94 forks source link

Yosemite Dark Mode #55

Open ebertek opened 9 years ago

ebertek commented 9 years ago

To support OS X 10.10's dark menu bar, template images should be used for the status bar icon. There's a thread over StackOverflow that might help.

If this is not feasible, inverted versions of ./app/client/qrc/systray_icon_pressed_mac.png and systray_icon_rest_mac.png should be added, and the client should detect if the user's using Dark Mode like this (Obj-C, Swift, Bash):

NSString *osxMode = [[NSUserDefaults standardUserDefaults] stringForKey:@"AppleInterfaceStyle"];
NSUserDefaults.standardUserDefaults().stringForKey("AppleInterfaceStyle")
defaults read -g AppleInterfaceStyle