vscode-seedling-icon-theme

Icon Theme for Visual Studio Code

MIT License

Stars
36

VSCode Seedling Icon Theme

Simple icon theme for Visual Studio Code.

Put "workbench.tree.indent": 14 in your settings for better look.

Development

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.

Resources

Todo

  • Write a python script for generating images/preview.png

License

MIT