https://github.com/sickill/coloration
Textmate to Vim, JEdit and Kate/KWrite color scheme converter
https://github.com/sickill/coloration
Last synced: 6 months ago
JSON representation
Textmate to Vim, JEdit and Kate/KWrite color scheme converter
- Host: GitHub
- URL: https://github.com/sickill/coloration
- Owner: ku1ik
- License: mit
- Archived: true
- Created: 2009-12-12T18:05:34.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T05:22:41.000Z (over 5 years ago)
- Last Synced: 2024-11-09T01:03:58.209Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 220 KB
- Stars: 260
- Watchers: 10
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Coloration
## About
__Coloration__ is editor/IDE color scheme converter. Right now it allows you to
convert your favourite Textmate color scheme (in XML plist format) to Vim,
JEdit and KDevelop/Kate/Kwrite color scheme. It tries to do its best to
generate the most accurate result for given target.## Requirements
If you are running Coloration from the command line locally, a modern version
(> 2.0) of Ruby is required. Note: You may have trouble running Coloration with
Windows installations. (Pull requests welcome!)## Installation && Usage
You can use Coloration in two ways: online or on your local machine. The online
version is available at [coloration.ku1ik.com](http://coloration.ku1ik.com/).
If you like to install coloration on your own machine to do some batch
conversion or for some other reason just run:gem install coloration
It gives you _tm2vim_, _tm2jedit_ and _tm2katepart_ binaries to do the
conversion on command line.## Contact
If you found a bug or want to look at the source code you should go to
[github](http://github.com/sickill/coloration). Also if you tried to convert a
theme and coloration failed or result is not quite good, please report an issue
at [issue tracker](http://github.com/sickill/coloration/issues).## Author
Coloration was created by Marcin Kulik ([ku1ik.com](http://ku1ik.com/))