Re: background color for GtkTreeView

2018-03-10 Thread codemusings
Hi Stefan, that does seem to do the trick. Seems rather unfortunate though to set it by manually. I was hoping there's at least a predefined theme color variable anywhere to put in here. Thank you. Am Samstag, den 10.03.2018, 15:38 +0100 schrieb Stefan Salewski: > On Sat, 2018-03-10 at 14:26 +01

background color for GtkTreeView

2018-03-10 Thread codemusings
Hi there, I'm trying to change the background-color of a GtkTreeView by adding a css provider with the following style set: treeview { background-color: #fffae1; } Unfortunately this has the effect that the row selection color changes from the default blue to this particular background color