ColorPick
Color picker plugin for Sublime Text 2 and 3 (Mac OS X)
Details
Installs
- Total 217K
- Win 145K
- Mac 49K
- Linux 22K
Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 4 | 5 | 2 | 2 | 8 | 4 | 4 | 3 | 1 | 5 | 1 | 4 | 1 | 7 | 5 | 3 | 1 | 4 | 6 | 4 | 5 | 5 | 1 | 2 | 0 | 4 | 5 | 13 | 5 | 2 | 0 | 3 | 1 | 1 | 7 | 1 | 1 | 1 | 3 | 5 | 1 | 3 | 2 | 3 | 2 |
Mac | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 0 | 2 | 0 | 1 | 1 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 |
Linux | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 3 | 1 | 0 | 1 | 0 | 3 | 2 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 3 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-colorpick
Color picker plugin for Sublime Text 2 and 3 (Mac OS X)
about
For me, a colorpicker is the last piece of the puzzle to make Sublime Text 2 a complete TextMate replacement. Et voilà!
Source for the colorpick binary can be found at https://github.com/jnordberg/color-pick
installation
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/jnordberg/sublime-colorpick.git ColorPick
usage
cmd+shift+c
to insert a color
or bind it to a key of your choosing, the command is color_pick
options
If you prefer your colors to be uppercase (#FF0000
vs #ff0000
), set the color_pick_upcase
option in your user settings (cmd+comma
)
Example:
{
"font_face": "Menlo",
"font_size": 11.0,
"tab_size": 2,
"word_wrap": true,
"wrap_width": 90,
"color_pick_upcase": true
}