GNOME Bugzilla – Bug 757779
[window-list] Windows titles are hard to read (white over light gray)
Last modified: 2015-11-12 00:02:38 UTC
Created attachment 315078 [details] Screenshot of window-list buttons. (I'm aware of bug 756807, but this one is for the standard non-classic Gnome session). Windows titles can be hard to read due to the low contrast between the white text and the light gray button background (see attachment). By the way, is the change intentional? There wasn't such issue with the black button background in 3.16, and the window-list looked more consistent with the top bar.
Created attachment 315080 [details] Screenshot of window-list buttons with minimized window Contrast is even worse with a minimized window.
The following fix has been pushed: 9a7b47c st: Fix Gaussian kernel calculation
Created attachment 315302 [details] [review] st: Fix Gaussian kernel calculation The result of subtracting unsigned operands is unsigned, which throws off our calculation in case it should be negative. This partly reverts 18b6f133952.