This is a simple utility that downloads, parses & converts VSCode themes into various formats. Currently, only 2 providers are supported:
- Kate (Kate Text Editor)
- Docgen (Documentation generator)
Note: This is still experimental and prone to crashing at any time.
Requirements:
- Node.js
- Git
npm run start -- --query material --provider kate
--query
is the search query for themes available at open-vsx.org--provider
is one ofkate
ordocgen
Converted themes get saved at current working directory. There's currently no way to change that.
Copyright © 2023 Abdullah Atta under MIT. Read full text here.