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

Installs

  • Total 214K
  • Win 143K
  • Mac 49K
  • Linux 22K
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 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5
Windows 5 4 6 4 5 4 7 7 3 3 6 6 11 11 4 4 1 4 5 3 4 3 3 4 7 6 4 11 1 12 5 11 7 6 13 5 7 7 11 17 5 5 7 8 7 11
Mac 0 0 0 0 0 0 0 1 0 0 0 0 0 3 1 0 2 2 1 0 2 2 0 0 1 0 0 0 0 1 1 1 2 5 1 2 1 1 1 7 1 2 0 2 0 0
Linux 0 0 0 1 0 0 2 2 0 1 2 1 3 1 4 1 1 0 0 0 1 0 1 1 1 0 0 1 1 0 0 0 0 2 1 0 2 0 1 3 1 2 1 6 4 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
}