code-theme-converter icon indicating copy to clipboard operation
code-theme-converter copied to clipboard

Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA

Results 28 code-theme-converter issues
Sort by recently updated
recently updated
newest added

Since more and more repos are using "main" as their base branch instead of "master", just adding this note for newbies like me

Here is the following error output: ```bash ~ ❯ code2idea https://github.com/piousdeer/vscode-adwaita.git Fetching repo Trace: Error: 'git checkout' failed with status 1 at Object. (/home/user/.npm/lib/node_modules/code-theme-converter/dist/idea/convert.js:88:21) at Generator.throw () at rejected (/home/user/.npm/lib/node_modules/code-theme-converter/dist/idea/convert.js:6:65)...

bug

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies

when use code2idea https://github.com/EryouHao/brackets-light-pro.git i get the following error: /usr/local/lib/node_modules/code-theme-converter/node_modules/json5/lib/parse.js:287 throw invalidChar(read()) ^ SyntaxError: JSON5: invalid character '

I'm looking for a tool that could convert `.sublime-color-scheme` into a VSCode theme. Any ideas? EDIT: I've since adopted [Dracula](https://draculatheme.com/) across all IDEs to remove the need for a converter

As this is a vscode theme converter to other editors I had the idea this might be a nice feature. Converting vscode themes to visual studio themes.

enhancement

When I use code2idea, I found it can convert https://github.com/tobiastimm/raiju but cannot convert https://github.com/rose-pine/vscode, the the error message is cannot do git checkout: `Trace: Error: 'git clone' failed with status...

I tried to convert a VS code repository: ``` > code2idea https://github.com/enkia/enki-theme.git Fetching repo Trace: Error: ENOENT: no such file or directory, scandir 'C:\Users\cyberquarks\AppData\Local\Temp\code-theme-converter\repo\themes' at Object. (C:\Users\cyberquarks\AppData\Roaming\npm\node_modules\code-theme-converter\dist\idea\convert.js:88:21) at Generator.throw ()...