I mentioned the only annoying thing I wasn't able to fix in fedora 35 was the selected colors of folders and messages in claws-mail. Black letters with dark blue background, almost impossible to read. I used gimp to pick the color from a screen shot and determined that the dark blue was #3584e4, so I (eventually) searched for that string in /usr/lib64/libgtk-3.so.0.2404.26 and got a gazillion hits (it seems to be a very popular blue), but one of them was this string: .gtkstyle-fallback:selected { color: #ffffff; background-color: #3584e4; } So I stuck that same string in my ~/.config/gtk-3.0/gtk.css file and changed #3584e4 to #bddafc And now, to my amazement, I have a nice light powder blue selection instead of a text obscuring dark blue. Victory at last! (And I won't go blind trying to read my mail). _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure