Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnordberg/sublime-colorpick
Color picker plugin for Sublime Text 2 and 3 (Mac OS X)
https://github.com/jnordberg/sublime-colorpick
Last synced: 4 days ago
JSON representation
Color picker plugin for Sublime Text 2 and 3 (Mac OS X)
- Host: GitHub
- URL: https://github.com/jnordberg/sublime-colorpick
- Owner: jnordberg
- Created: 2011-09-20T20:32:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T03:20:41.000Z (about 8 years ago)
- Last Synced: 2024-11-02T01:42:12.972Z (11 days ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 95
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sublime-colorpick
Color picker plugin for Sublime Text 2 and 3 (Mac OS X)
![ColorPick](http://xn--bl-wia.se/2dd90c2d73.png)
## 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:
```json
{
"font_face": "Menlo",
"font_size": 11.0,
"tab_size": 2,
"word_wrap": true,
"wrap_width": 90,
"color_pick_upcase": true
}
```