Skip to content

Latest commit

History

History
7 lines (6 loc) 路 481 Bytes

README.md

File metadata and controls

7 lines (6 loc) 路 481 Bytes

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)