You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already knew what the problem (long ago), but didn't have a fix.
When I started this plugin I thought that the only possible formats for icons were .gif and .jpg, and .gif was the only one with transparency. But there is only 1 bit of transparency, meaning "jagged" edges. And was also at the time when Eclipse didn't have a dark mode, so it was ok.
But times changes :-)
I can replace the icons with .png, but...
There is a bigger change that I have in the pipeline, fixing (among others) issue #45.
It uses the standard Eclipse mechanism for enabled/disabled icons (right now I use 2 icons of my own, and change them). Eclipse takes the enabled icon and "disables" it algorithmically, using some kind of overlay.
The difference between states is not as visible as it is now, and I don't like it, but it is standard Eclipse, instead of my own hack.
Reported to STS but it seems to belong here:
spring-projects/sts4#472 (comment)
The text was updated successfully, but these errors were encountered: