ColorPick
Color picker plugin for Sublime Text 2 and 3 (Mac OS X)
Details
Installs
- Total 217K
- Win 146K
- Mac 49K
- Linux 22K
| Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 2 | 2 | 3 | 2 | 3 | 3 | 1 | 3 | 3 | 6 | 1 | 1 | 4 | 1 | 1 | 1 | 2 | 7 | 8 | 1 | 3 | 2 | 1 | 4 | 4 | 2 | 3 | 0 | 0 | 3 | 2 | 0 | 4 | 3 | 1 | 2 | 2 | 4 | 5 | 7 | 3 | 4 | 1 | 3 | 0 | 5 |
| Mac | 2 | 1 | 2 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 5 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 1 | 3 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 6 | 1 | 2 | 0 | 0 | 0 | 1 | 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
}