On Fri, Dec 1, 2017 at 12:33 PM, Felipe Borges <felipe10bor...@gmail.com> wrote:

> You could make it darker by setting some css properties for its css
> node [...]

Of course thanks to the joys of theming, making separators *darker*
may end up making them *less* visible if the user happens to use the
"wrong" theme. Some theme issues can be avoided by using named colors
instead of hardcoded values:

separator {
  background-color: shade(@borders, 0.9);
}

But not whether making elements lighter or darker will make them more
or less similar to the background :-(
_______________________________________________
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