Tyriar / vscode-theme-generator

Easily generate themes for VS Code with only a few colors
MIT License
623 stars 33 forks source link

Thoughts on Icon Theme support? #21

Closed gerane closed 7 years ago

gerane commented 7 years ago

Should these be their own thing or should they be bundled?

Is this one of the uses they are adding the bundling support for?

Tyriar commented 7 years ago

What do you mean bundled?

Technically this is set up in such a way that you could make it generate icon themes, not sure there's much to gain from that though as the majority of the work for icon themes is in the icon creation. The main purpose of this is to get around tmTheme's horrible syntax and the problems that come with forking broken ones instead of using a solid core.

gerane commented 7 years ago

2017-02-07_13-04-23

Tyriar commented 7 years ago

Ah, I think you can bundle anything. You can also put an icon theme and a theme in the same extension as well.

Tyriar commented 7 years ago

No plans to support icon themes for this module