miguelsolorio / vscode-symbols

A file icon theme for VS Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols
MIT License
377 stars 68 forks source link

Support to change the icon saturation #233

Open feliperdamaceno opened 3 months ago

feliperdamaceno commented 3 months ago

Is it possible to implement a feature to allow changing the icon saturation? Similar to what Material Icon Theme does?

image

Although is not a major feature, some visually impaired users feel unconfortable with high saturation colors. I personally loved the icons and the extension, but I simply can't stand with so much saturation 😕

miguelsolorio commented 3 months ago

This is the downside of having a single set of icons for both dark and light. I might end up creating a dark and light variant for the theme types, this will help control the colors and reduce the saturation. Thanks for the feedback.