ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Color​Pick

by jnordberg ALL

Color picker plugin for Sublime Text 2 and 3 (Mac OS X)

Details

  • 2016.11.07.03.20.35
  • github.​com
  • github.​com
  • 9 years ago
  • 42 minutes ago
  • 14 years ago

Installs

  • Total 216K
  • Win 145K
  • Mac 49K
  • Linux 22K
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 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24
Windows 3 4 3 2 3 2 2 1 3 1 1 1 3 2 1 1 0 4 1 6 6 6 4 3 4 5 3 3 5 3 3 4 3 4 4 8 3 2 3 4 7 2 4 1 4 2
Mac 0 0 0 0 0 1 0 1 2 1 1 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 2 0 1 0 0 0 1 0 1 0 1 1 1 0 1
Linux 0 0 1 0 0 0 0 0 1 0 1 0 4 0 0 1 3 2 0 0 0 5 2 0 1 0 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 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
}