https://github.com/keith/colorconvert
A small application to convert itermcolors to AppleScript
https://github.com/keith/colorconvert
Last synced: 9 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T16:06:58.000Z (almost 13 years ago)
- Last Synced: 2025-01-16T22:43:25.560Z (over 1 year 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.applescript
This 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/)