An open API service indexing awesome lists of open source software.

https://github.com/sovoid/vscode-theme-extractor

Generate a Prism Theme from VSCode `.json` Themes 🎨
https://github.com/sovoid/vscode-theme-extractor

Last synced: 11 months ago
JSON representation

Generate a Prism Theme from VSCode `.json` Themes 🎨

Awesome Lists containing this project

README

          

# Generate a Prism Theme from VSCode `.json` Themes

1. Clone this repo: `git clone https://github.com/und3fined-v01d/vscode-theme-extractor`
2. Open this directory and run `yarn install`
3. Save your VSCode theme in a file called `theme.json` in this directory (`ctrl`/`cmd` + `shift` + `P` -> `Developer: Generate Color Theme From Current Settings`)
4. Run `yarn start`
5. Your theme will be created in a file called `output-theme.js` (inside root same as the `README.md` file)