CotEditorThemeConverter
Theme converter for CotEditor 2
Install / Use
/learn @naotaka/CotEditorThemeConverterREADME
CotEditorThemeConverter
Command line tool to convert theme files for CotEditor 2, the open-sourced light-weight text editor for Mac OS X.
Converted themes example

You can also download converted themes from CotEditor-themes.
Installation
Binary use
- Download pre-compiled binary from releases.
- Unpack the downloaded archive.
- Copy the unpacked
CotEditorThemeConverterfile to your search path.
REPL use
Simply clone this repository.
Usage
After conversion, you can see converted themes in newly created Converted Themes folder on your desktop.
Binary use
$ CotEditorThemeConverter <xcode-theme>
Use with Xcode 6 on Mac OS X 10.9
$ /Applications/Xcode/Contents/Developer/usr/bin/xcrun swift -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -target x86_64-apple-macosx10.9 </path/to/CotEditorThemeConverter/main.swift> <xcode-theme>
License
MIT license. See the LICENSE file for more info.
