Skip to content

codio/tmthemeConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textmate to CodeMirror theme converter

This Node script will accept any TextMate Theme and convert it into a plain CSS file, suitable for use with CodeMirror.

Usage

$ node index.js [PATH_TO_tmTHEME_FILE]

Example:

$ node index.js textmate.tmTheme

The following options are supported:

  • -n NAME, --name=NAME - Name of the theme. Defaults to the filename that is being converted.
  • -o OUTPUT, --output=OUTPUT - Folder to output the theme. Defaults to the current directory.

Using in Codio

If you have a theme that you would like to see included in Codio, then drop us a line and we will try our best to make it available for you.

About

Convert textmate themes to CodeMirror themes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 91.8%
  • CSS 8.2%