In GTK4, how would I change the color of a Gtk.ColumnView’s column separators? I’m working on a dark theme, and the column separators are bright white.
In my CSS file, I’ve tried things like columnview.column-separators separator or columnview.column-separators listview separator but I just can’t seem to hit on the correct node/class to actually change anything.