Sublime: ...A Color Picker like Textmate?
Yeah, another feature that I (a CSS designer/dev) cannot live without. If you have no idea what I am talking about, here's the skinny:
Usually, as I am working on rapid development - I need to quickly pick colors - and test how they mesh with my design. Well, I don't know about you - but I don't do instant Hex or RGBa color conversions in my head too quickly. So, one of my favorite features of TextMate is the command "Insert Color" - Invoked by hitting Command+Shift+C. This launches the Apple color wheel picker that I use to adjust ranges of color -> which then spits out a Hex or RGBa value into my CSS code.
Sublime Text 2 doesn't have anything like this (as of yet...), and for me - that really could slow down my workflow. However - I found a decent solution until (or if) Sublime gets something like this.
First: Nab the application version of the Apple Color Picker.
This will allow you to keep open the color picker while you are working.
Second: Download and install either or both:
- Developer Color Picker: http://www.panic.com/~wade/picker/
- Hex Color Picker: http://wafflesoftware.net/hexpicker/
Simply drop these plugin files into Library > ColorPickers (create this dir/ if it doesn't exist). Then restart the Color Picker Application - and you have a way to easily grap Hex or RGBa values and dump them into Sublime. Win!
Note - Obviously, this is for OSX users. If you are on Windows, you will have to hunt around for windows variations of these little apps.
Also - the TextMate command is just a ruby script...so if anyone has the know-how to convert it to something Sublime could understand...
And if you had the same question I did about the above screenshot...


