Skip to content

judah-caruso/sublime-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Convert

A small utility to convert .tmTheme files into .sublime-color-scheme files.

Usage

Tested on Python 3.6.8

python sublime-convert.py [.tmTheme file] [output file]

NOTE: Sublime Convert only expects VALID .tmTheme files as it does NOT do much (if any) syntax error handling or checking. If the theme you're trying to convert already works in Sublime Text, it should convert properly so long as the file isn't missing any common pairs (<key>/<string>, <key>/<dict>, etc.) that Sublime Text would normally ignore.

To see an example conversion, look at Fresh.tmTheme and Fresher.sublime-color-scheme

About

A .tmTheme to .sublime-color-scheme converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages