GNOME Bugzilla – Bug 723265
Conversation list doesn't respect selection palette
Last modified: 2014-02-10 20:02:44 UTC
When a conversation is selected in the conversation list, the Participants list (From:) is properly shaded, i.e. with my theme it goes from black to white. However, the icons, time, subject line, and preview text is not properly shaded. The icons, time, and preview are gray, the count badge is gray with white text, and the subject line is dark gray. The icons are being dealt with in bug #714426. The other text components should respect the selection palette and be shaded appropriately.
Created attachment 268613 [details] [review] patch_723265
Time, subject and preview actually changed the color, but DIM_VALUE was so high, that it always resulted in a very similar grey. Reducing DIM_VALUE has the desired effect... For the subject the color attribute was set in a different way. With this patch the color is always set in the same way.
Thanks! The only tweak I made was to how preview text was handled; we want it to be slightly grayed, but when selected it uses the normal dim values to avoid appearing gray against the selection background. Pushed to master, commit 7bcdd23