/vscode-theme-extractor

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

Primary LanguageJavaScript

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)