On Sat, Mar 10, 2018 at 10:40 PM,  <codemusi...@gmail.com> wrote:

> 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.

You might try using the :not CSS selector. The documentation mentions
it so it is probably supported:

https://developer.gnome.org/gtk3/stable/chap-css-overview.html

    treeview:not(:selected) { background-color: #fffae1; }
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to