jonathanlermitage / intellij-extra-icons-plugin

🧩 Issues and feature requests for Extra Icons plugin for IntelliJ-based IDEs. Also provides Theme Packs for Extra Icons.
https://plugins.jetbrains.com/plugin/11058-extra-icons
Other
172 stars 52 forks source link

[Feature Request] Provide an option to hide blue overlay badges on Clion #139

Closed cKaze closed 1 year ago

cKaze commented 1 year ago

Feature requests

I'm using Extra Icons 2023.2.5-231 on Clion 2023.1.1 in Windows 10.

I found that I got these annoying blue overlay badges on my icons. 图片

Even though I know it's an offical feature, it spoils the beauty of the icon, can you provide an option to hide them?

The official description document is as follows: https://www.jetbrains.com/help/clion/icons-and-symbols.html#prj-view-icons

Thanks for the work.

jonathanlermitage commented 1 year ago

Hi! I will see if I can do something. I think I can replace this blue icon by a transparent icon, it could do the trick :D

jonathanlermitage commented 1 year ago

I think we can proceed this way. Please note it works only with the old UI for now. There is a bug with the new UI.
-> Go to settings, Extra Icons, User Icons tab:
image

Register an icon: image

Validate. Restart your IDE. Now, the badge for source files should be transparent.
I picked the icon from there https://jetbrains.design/intellij/resources/icons_list/ (search "sourceRootFileLayer"), and I added "style="fill-opacity:0"" to the blue rectangle in order to make it transparent.

cKaze commented 1 year ago

Thanks for your reply. This temporary solution works for me! Now the icon looks much better.