After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763034 - W32 shadow-lookalike has wrong color
W32 shadow-lookalike has wrong color
Status: RESOLVED FIXED
Product: adwaita-icon-theme
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: adwaita-icon-theme maintainer(s)
adwaita-icon-theme maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-03-03 09:25 UTC by LRN
Modified: 2016-03-03 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
anicursorgen: change default shadow color (1.86 KB, patch)
2016-03-03 09:25 UTC, LRN
committed Details | Review

Description LRN 2016-03-03 09:25:37 UTC
Turns out, making the shadow grey was not a good move. Go figure.

How to reproduce:
* Load up an Adwaita cursor
* Move the mouse over some black window (like a console)

Expected result (how default W32 cursor looks):
* Shadow should be impossible to see over black window

Actual result (how Adwaita cursor with generated shadow looks):
* Shadow is clearly-visible and is grey over black window
Comment 1 LRN 2016-03-03 09:25:42 UTC
Created attachment 322955 [details] [review]
anicursorgen: change default shadow color

0x80808080 was a mistake, it produces good-looking shadow on white
background, but doesn't work as intended on darker backgrounds.
Instead of making the shadow gray and 50% opaque,
make it completely black, but only 25% opaque. This way it still
looks appropriately-grey on white background, but quickly fades
to black as the background gets darker. Or, to put it another way,
it doesn't lighten dark backrounds.
Comment 2 Jakub Steiner 2016-03-03 13:11:42 UTC
Attachment 322955 [details] pushed as 6251294 - anicursorgen: change default shadow color