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
  • 4 days ago
  • 13 years ago

Installs

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