code-theme-converter

Convert any vscode theme with ease!

Usage no npm install needed!

<script type="module">
  import codeThemeConverter from 'https://cdn.skypack.dev/code-theme-converter';
</script>

README

code-theme-converter

CircleCIdownloads npm version

Convert any vscode theme with ease!

I'm mainly working with Visual Studio Code nowadays and also created some themes. There are still some moments, where I prefer to work with other editors like Sublime Text or WebStorm. It bugs me that these editors don't have my vscode themes, so I've created this package to easily convert my themes.

*Please use this as a starting point for your theme in Sublime Text 3 or IDEA

Install

Install using npm

npm i -g code-theme-converter

Install using yarn

yarn global add code-theme-converter

Usage

code2subl

code2subl <repo> [options]

Options

  • -S, --save: Install theme into Sublime Text (default: false)
  • -d, --directory: Overwrite directory containing the themes (default: "themes")
  • -T, --as-tm-theme: Convert to .tmTheme instead of .sublime-color-scheme (default: false)
  • -V, --version: Output the version number
  • -h, --help: Output usage information

Example

code2subl https://github.com/tobiastimm/raiju.git

code2idea (Converted theme not working atm!)

code2idea <repo> [options]

Options

  • -d, --directory: Overwrite directory containing the themes (default: "themes")
  • -V, --version: Output the version number
  • -h, --help: Output usage information

Example

code2idea https://github.com/tobiastimm/raiju.git

License

MIT