Skip to content

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

License

Notifications You must be signed in to change notification settings

nfejzic/code-theme-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-theme-converter

downloads npm version

Convert any vscode theme with ease!

This project is very WIP. I will try to finish it within the next weeks. If you wanna help, please reach out to me

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 or IDEA. 100% perfect conversion of every theme is kinda hard 😅

To Do

code2subl

  • Create Color Scheme
  • Create UI Theme
  • Convert specific syntax
  • Git Gutter etc.
  • Tests
  • CI
  • Docs

code2idea

  • Create Color Scheme
  • Create UI Theme
  • Convert specific syntax
  • Tests
  • CI
  • Docs

Install

Install using npm

npm install --global --save 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")
  • -V, --version: Output the version number
  • -h, --help: Output usage information

Example

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

code2idea

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • OCaml 3.8%
  • C++ 0.5%