You are not logged in.
Hello
I'm baffled by an issue with the 'fill' colour of the selection rectangle when using a mouse in thunar to select a group of files/folders. It seems to be very dark.
Can anyone please tell me where this is configured? I assume it is in the Appearance gtk somewhere, but where I do not know.
I am trying to find a way to make it lighter in colour.
This is using Debian Stretch Thunar 1.6.15 with - for example - Clearlooks-Phenix
Thank you for any advice.
Last edited by bin (2019-02-26 08:19:20)
Offline
Hello and welcome.
Since that is the gtk2 version of thunar, try using a snippet like this in ~/.gtkrc-2.0 (create the file if it doesn't exist):
style "my-iconview"
{
fg[NORMAL] = "#ffff00"
}
widget_class "*ExoIconView*" style "my-iconview"
...adjust "#ffff00" (yellow) to suit.
You'll need to close and restart all thunar instances (including the daemon), or log out and back in again, for it to take effect.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
That's magic - thank you very much indeed!
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 519.49 KiB (Peak: 520.77 KiB) ]