Sublime Forum

Colorpicker not showing in package manager

#1

I want to install color picker see package here https://packagecontrol.io/packages/ColorPicker, but in the install package dropdown , this plugin does’t show up at all :frowning:

0 Likes

#2

This usually indicates it is already installed. Check and see if it is disabled.

0 Likes

#3

Opps , this is embarassing ! yes its already installed , 2 more questions .

  1. the keybindings seems to clash with that of CSS comb plugin , should i edit thsi directly in the Default (Windows).sublime-keymap file ??

  2. Is there some other plugin similar to thsi one , that when your typing the values for either color or background-color , gives a dropdown of really awesome colors , this way i don’t have to go figure out a great or good looking color from color picker , good for making demos ! :smiley:

0 Likes

#4

No, you’ll want to open Preferences > Key Bindings – User and make changes there. The User package is always loaded last and never overwritten.

I’m not sure about a package for color completions. Someone else may be able to provide better feedback on this.

0 Likes

#5

@wbond This is the first time i’ve edited the users file , looks like below:

[ { "keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.0, "activate": true, "browsers" : ["chrome"] } }, { "keys": ["ctrl+shift+m"], "command": "color_pick" } // this is the line i have added . ]

Hope i did’t screw up ! :slightly_smiling:. Thanks superstar !

0 Likes