Ok, given, say, two different GtkTreeViews on a window with sortable columns. If you sort one of them, and select a row, the row turns blue with white text (assuming default windows colors here), and the column turns a light gray to show it is the sorted column. That's fine.
Now, say you move the focus to the other list (or anything else, really). The lost-focus colors of the tree view are odd. The selected row's background goes grey (with black text), BUT the cell that is the sort by column retains the blue background and gets black text.. which means you can barely see the text. Is there anyway to change that text color? Here's an image of what I'm talking about:
