'how can I change the outline icons in vscode to something colorless?

enter image description here

I'd like all the outline view/window icons (clarification: not the file icons, the stuff under "outline") to be colorless in vscode, but I can't find any themes with different and/or colorless outline icons. Is it possible to go into the vscode settings and change the icon files manually? Ie. change json settings, run a script on the file(s) to change all color codes to white or something like that?

Edit: re answer below file-icons colorless does not replace the outline icons :(

enter image description here



Solution 1:[1]

If you do not have a colorless icon set that you want to use:

Use the file-icons VSCode extension and select File Icons (Colourless).


If you do have colorless icons that you want to use, you can use your own icon files with the vscode-icons VSCode extension.

From the vscode-icons wiki:

  1. Create a folder called vsicons-custom-icons
  2. Place the folder in one of the following locations (depending on your OS):
  • Windows: C:\Users\<your_user>\AppData\Roaming\<Code Folder>\User\vsicons-custom-icons
  • Linux: /home/<your_user>/.config/<Code Folder>/User/vsicons-custom-icons
  • Mac: /Users/<your_user>/Library/Application Support/<Code Folder>/User/vsicons-custom-icons

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1