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

Unable to convert VSCode to IDEA vscode-neon-vommit-theme #34

Closed neonduplex closed 3 years ago

neonduplex commented 3 years ago

Hi there,

I just installed your converter (macOs) and converting my favourite theme vscode-neon-vommit-theme ends up in a nearly empty .theme.json file in the src directory.

{
  "name": "Neon Vommit",
  "dark": true,
  "editorScheme": "/themes/neonvommit.xml",
  "ui": {
    "*": {
      "background": "",
      "foreground": ""
    }
  }
}

Folders META-INF and themes are also empty.

Neon Vommit Theme: https://github.com/ghgofort/vscode-neon-vommit-theme.git

tobiastimm commented 3 years ago

The IntelliJ IDEA converter is not working atm. Mentioned within the README