GNOME Bugzilla – Bug 645405
themingengine: don't hardcode white to draw insensitive labels shadow
Last modified: 2011-03-21 15:00:24 UTC
The dark theme doesn't play nice with GtkThemingEngine hardcoding full white here.
Created attachment 183943 [details] [review] themingengine: don't hardcode white to draw insensitive labels shadow Use the background color instead. I think the optimal solution would be delegating the shadow rendering to the theme completely, and removing this in GtkThemingEngine, but for now, this simple fix makes the dark variant more usable.
Attachment 183943 [details] pushed as 0032b1e - themingengine: don't hardcode white to draw insensitive labels shadow