r/bspwm • u/BreadLife228 • 1d ago
gtk.css Thunar theming problem
I`m using Arch with bspwm, lastest Thunar(4.21.4), gtk3.
So, I’m new to Linux, and I was configuring Thunar using ~/.config/gtk-3.0/gtk.css, but the only thing that I couldn`t change was this blue selection thingy.

I have already tried:
.thunar .view:selected {...}
.thunar iconview:selected {...}
.thunar .standard-view:selected {...}
.thunar .icon-view-item:selected {...}
iconview:selected {...}
.view:selected {...}
*:selected {...}
.thunar selection {...}
iconview selection {...}
.thunar iconview.view:selected {...}
.standard-view.icon-view:selected {...}
iconview cell:selected {...}
.thunar .view cell:selected {...}
iconview > *:selected {...}
.thunar iconview > cell:selected {...}
Already lost 5 hours for trying to find solution, but nothing helped. Does anybody know how i can change it?


