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