Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 746 Bytes

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.