Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 762 Bytes

File metadata and controls

17 lines (10 loc) · 762 Bytes

vscode-theme-generator-quick-start

Clone and run for a quick way to get started with vscode-theme-generator.

How to build the theme

You need NodeJS installed to run the generator.

npm install

Make your changes to the colors in index.ts and hit F5 to build the theme and launch the a new VS Code window with your theme available in the command palette (ctrl/cmd+shift+p > "Color Theme").

Publishing

When you're ready to publish your theme just fill out the "name", "displayName", "publisher"and"description"` values in the package.json and publish it like any other extension.