cadamsdev / vscode-jetbrains-icon-theme

Icon theme for Visual Studio Code using official JetBrains product icons
Other
36 stars 27 forks source link

Add setting to hide arrow folder #108

Open Lirrrx opened 9 months ago

Lirrrx commented 9 months ago

CleanShot 2023-11-27 at 14 16 19@2x

I think it would be a good feature to add the possibility of hiding those arrows and to include an alternative icon for opened folders.

Yannl commented 9 months ago

To hide the folders arrow, here is the implementation by "vscode-material-icon-theme":

their initial commit: https://github.com/PKief/vscode-material-icon-theme/commit/818e81d944c5cf4c8f4863b8f93ace67e3ddb357#diff-969f58e5c634101c5f9665e6290ab35c17381d986213fa2def5e96335e9286b8

and corresponding issue: https://github.com/PKief/vscode-material-icon-theme/issues/161

Yannl commented 9 months ago

To keep a visual indication of the open/closed folder state, we also need a new icon for the open folder.

Sadly there is no open folder icon in the Jetbrain 2023 icons set.

We can create one or reuse image image https://intellij-icons.jetbrains.design/icons/RubyIcons/icons/expui/rails/projectView/incompleteFolder_dark.svg

(Source = https://jetbrains.design/intellij/resources/icons_list/)

createdbymahmood commented 4 months ago

any updates on this?