https://github.com/tobiastimm/code-theme-converter
Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA
https://github.com/tobiastimm/code-theme-converter
converter idea intellij sublime-text-3 theme vscode-theme
Last synced: about 1 year ago
JSON representation
Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/tobiastimm/code-theme-converter
- Owner: tobiastimm
- License: mit
- Created: 2019-02-02T16:07:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T05:17:39.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:34:02.323Z (over 1 year ago)
- Topics: converter, idea, intellij, sublime-text-3, theme, vscode-theme
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 143
- Watchers: 7
- Forks: 11
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-theme-converter
[](https://circleci.com/gh/tobiastimm/code-theme-converter)[](https://www.npmjs.org/package/code-theme-converter) [](https://www.npmjs.com/package/code-theme-converter)
> 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_
## Install
Install using `npm`
```sh
npm i -g code-theme-converter
```
Install using `yarn`
```sh
yarn global add code-theme-converter
```
## Usage
### code2subl
```sh
code2subl [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
```sh
code2subl https://github.com/tobiastimm/raiju.git
```
## License
[MIT](./LICENSE)