# CotEditorThemeConverter **Repository Path**: jackfreesiue/CotEditorThemeConverter ## Basic Information - **Project Name**: CotEditorThemeConverter - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CotEditorThemeConverter Command line tool to convert theme files for [CotEditor 2](https://github.com/coteditor/CotEditor), the open-sourced light-weight text editor for Mac OS X. ## Converted themes example ![animation](animation.gif) You can also download converted themes from [CotEditor-themes](https://github.com/naotaka/CotEditor-themes). ## Installation ### Binary use 1. Download pre-compiled binary from [releases](https://github.com/naotaka/CotEditorThemeConverter/releases). 2. Unpack the downloaded archive. 3. Copy the unpacked `CotEditorThemeConverter` file 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 ```bash $ CotEditorThemeConverter ``` ### Use with Xcode 6 on Mac OS X 10.9 ```bash $ /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 ``` ## License MIT license. See the LICENSE file for more info.