Extension manager icons look faded

When I open the extension manager the icons look washed out

Mac osx catalina

Thank you for reporting this. So far we have only heard about one user having the same issue (see here) and many others had no problems with this.

Can you check if you can reproduce it without the extensions manager window by copy-pasting this into the Python console?

webWidget = slicer.qSlicerWebWidget()
webWidget.url = "https://slicer.kitware.com/midas3/slicerappstore?os=win&arch=amd64&revision=29431&layout=layout"
webWidget.show()

Can you check if the new extension manager frontend is rendered correctly?

webWidget.url = "https://extensions-slicer-org.netlify.app/catalog/All/29431/win"; webWidget.raise_()

Do other websites look good? (execute these lines one by one)

webWidget.url = "https://slicer-packages.kitware.com/#collection/5f4474d0e1d8c75dfc70547e/folder/5f4b515ae1d8c75dfc70b53a"; webWidget.raise_()

webWidget.url = "https://www.slicer.org/wiki/Documentation/Nightly/SlicerApplication/ExtensionsManager"; webWidget.raise_()

webWidget.url = "https://blog.kitware.com/slicercat-creating-custom-applications-based-on-3d-slicer/"; webWidget.raise_()

webWidget.url = "https://github.com/girder/slicer_package_manager#readme"; webWidget.raise_()

webWidget.url = "https://www.google.com/"; webWidget.raise_()

Are these pages rendered correctly in Google Chrome (outside Slicer)?

What hardware do you use? Have you configured any custom theme, color management, etc.?

What processor and graphics your computer has?

Hello Andras, I have done everything you have suggested and the letters and icons are washed out.
I have not configured any custom theme.
This is my configuration.
image

@Gaston do you see something similar to what was reported in this comment: https://github.com/Radiomics/SlicerRadiomics/issues/62#issuecomment-719427367 ?

@gaston it would help a lot if you could answer all the questions above (Can you check if you can reproduce it without the extensions manager window by copy-pasting this into the Python console? Can you check if the new extension manager frontend is rendered correctly? Do other websites look good? Are these pages rendered correctly in Google Chrome (outside Slicer)?)

Hello Andras, I have done what you have suggested.
When I run the python commands, the extension manager looks washed out. When I run the links in chrome the page looks perfectly fine.

Does the new extension manager appear washed-out, too?
Do all other websites appear washed out when you open them in the web widget in Slicer?

New extension manager an old extension manager

Do all other websites appear washed out when you open them in the web widget in Slicer?

yes all

Attachment-1.png

Attachment-2.png

Hi Andras
I have tried to change the system to dark mode and now the icons are ok

Attachment.png

Thanks for the update, this is an interesting piece of information that may prove to be helpful in figuring out what’s happening.