0.0.1 • Published 5 years ago

vscode-theme-to-sublime-text v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

vscode-theme-to-sublime-text

Convert any Visual Studio Code Theme to Sublime Text 3

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 Sublime Text and I was always annoyed that I haven't ported my themes to Sublime. So I've created this package to easily convert my themes for Sublime Text.

To Do

  • Create Color Scheme
  • Create UI Theme
  • Tests
  • CI
  • Docs

Install

Install using npm

npm install --global --save vscode-theme-to-sublime-text

Usage

vsc2subl <repo-url> [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

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

License

MIT