tobiastimm / code-theme-converter

Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA
MIT License
138 stars 11 forks source link

vscode2vim #40

Closed Lonzoghf closed 2 years ago

Lonzoghf commented 3 years ago

Is there a way to convert vscode theme to vim?

tobiastimm commented 3 years ago

Right now this is not possible with the converter. You would need to map the theme colors to a corresponding vim layout and create the required files for a vim theme. Feel free to open a PR!