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