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
  • 2 hours ago
  • 13 years ago

Installs

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

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
}