With vscode, you can run a command (Developer: Generate Color Theme From Current Settings or workbench.action.generateColorTheme), and you will get a json output of all the theme settings.
Maybe this repo could add an npm script to parse that json and make a css file?
I feel like a lot of the popular themes have already been ported over though so maybe not too much value in adding this.
With vscode, you can run a command (
Developer: Generate Color Theme From Current Settingsorworkbench.action.generateColorTheme), and you will get a json output of all the theme settings.Maybe this repo could add an npm script to parse that json and make a css file?
I feel like a lot of the popular themes have already been ported over though so maybe not too much value in adding this.