Created attachment 9756
patch that adds setting to choose thumbnail background color behaviour
The added patch allows choosing if the default behaviour shoud be retained, or if the theme background color or the choosen background color shoud be used.
This is a pretty significant fix, I stumbled across it and decided to patch this onto my own box. I notice the newest version doesn't have this option built in though.
Since I usually use Adwaita, I didn't really notice the difference in color between the background of the image and the background of the thumbnails. But it is true that with other darker themes, the difference is striking and even shocking.
So much so that I wonder if we should bother with an additional preference here. I'm tempted to just replace the current behavior with the patch.
So far I've only noticed as a side effect a dotted boundary between the image and the thumbnails, which appears with Greybird only when the thumbnail bar is placed at the bottom.
If people (@ryandward? @82d?) who use this patch have noticed other side effects, please report them. I still need to review the code and test further, but I think I'll merge it soon.
So far I've only noticed as a side effect a dotted boundary between the image and the thumbnails, which appears with Greybird only when the thumbnail bar is placed at the bottom.
This is actually not a side effect of this change. These underflow indications already appear in the current state as soon as the image is zoomed in enough to trigger them.
So it's better to let the users of the concerned themes manage this on their side as indicated in the link above, and not to force anything at CSS level on our side.
After some simplifications and the removal of the additional preference, the change comes down to something very simple: see !23 (merged).
If anyone is opposed to the disappearance of the current look (white background for thumbnails), and would like to see an option added as proposed in the patch above, please come forward by the end of the week. Thanks!