Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/colorconvert
A small application to convert itermcolors to AppleScript
https://github.com/keith/colorconvert
Last synced: about 1 month ago
JSON representation
A small application to convert itermcolors to AppleScript
- Host: GitHub
- URL: https://github.com/keith/colorconvert
- Owner: keith
- License: mit
- Created: 2013-09-03T15:37:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T16:06:58.000Z (about 11 years ago)
- Last Synced: 2024-10-03T17:46:19.744Z (about 1 month ago)
- Language: Objective-C
- Homepage: http://smileykeith.com/2013/09/03/iterm-theme-based-on-the-time-of-day/
- Size: 129 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColorConvert
This is a small application that takes `.itermcolors` files and
converts them into AppleScript statements for use with
https://github.com/Keithbsmiley/dotfiles/blob/master/scripts/itermcolors.applescriptThis simple parses the plist format, converts the name to their correct
AppleScript bindings and converts the 0-1 RGB to 65535 flavored RGB and
then copies the output to your pasteboard.For more info read the [blog
post](http://smileykeith.com/2013/09/03/iterm-theme-based-on-the-time-of-day/)