Simple icon theme for Visual Studio Code.
Put "workbench.tree.indent": 14
in your settings for better look.
This extension uses Icon Font
method. If you want to add or change icons you need to install python-fontforge
and simply run python makefont.py
to convert and integrate all SVGs into a single font file. Each svg name must begin with a code point
to be identified later.
But to change/add colors or types/names you only need to update icons.json
or icons-plus.json
.
- Font Awesome
icons.json
from vscode-icons
- Write a python script for generating
images/preview.png
MIT