lastfm / lastfm-desktop

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

Play nice with dark themes #22

Open jimlerza opened 11 years ago

jimlerza commented 11 years ago

There are several instances in the desktop UI where a foreground color is specified, but no background is specified (and vice-versa). This makes much of the interface difficult to use with dark themes.

To illustrate, here's a screenshot of the "Now Playing" view:

lastfm-dark_gtk_theme-now_playing

And here is a screenshot of the "Scrobbles" view:

lastfm-dark_gtk_theme-scrobbles

Seems like the best solution is to always define both a background color and a foreground color whenever defining either.

eartle commented 11 years ago

Agreed. The app should set all it's own colours really.