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 🎨
- Host: GitHub
- URL: https://github.com/sovoid/vscode-theme-extractor
- Owner: sovoid
- Created: 2020-09-13T08:57:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T15:15:07.000Z (over 5 years ago)
- Last Synced: 2025-03-29T01:34:11.480Z (11 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 4
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)