Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.24 KB

VSCode Seedling Icon Theme

Simple icon theme for Visual Studio Code.

VSCode Seedling Icon Theme

VSCode Seedling Icon Theme

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

VSCode settings tree indent

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