ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

Color picker for Sublime Text

Results 47 ColorPicker issues
Sort by recently updated
recently updated
newest added

Under new linux versions (tested on Ubuntu 22.04), the color won't open. Also fix a bug that doesn't show the selected color if the '#' was selected.

I can't get it to open whether by key or menu. But if i am not hovering over a color, eg #ffffff then it popsup immediately and always shows #FFFFFF...

The plugin don't work in SublimeText (3211) with the Ctrl + Shift + C shortcut. I have 2 PCs with this OS and SublimeText Version. Both have the same issue.

Is there any chance to get something like an eyedropper in this plugin?

Hi everyone. I've been quite interested in using this extension. However the author appears to be inactive for quite a while on *GitHub*, and many useful PRs haven't been merged....

Hello. Color picker doesn't work. Testing ###ColorPickApiIsAvailableCommand = True Testing ###ColorPickApiGetColorCommand = None Try to change kebinding didn't work either. What else can I do? Is there a dependency missing...

Unable to install via Package Control. On the [package's web page][0], hovering on the label `(?) NEEDS REVIEW`, reveals the following message: > Package was previously missing and needs manual...

I've add only only line, this works ok when selecting a color and editing it.

What to do: select some HEX like "4BB366" and press ctrl + shift + C. Expected behavior: color picker is opened with the color selected. What happens: Cyotek Color Picker...

https://github.com/weslly/ColorPicker/blob/539445cb1f81a6ba3dd9fbd5873d0be5082dda64/lib/linux_colorpicker.py#L67 Hi Today found this useful code and imported to my neovim setup, worked just fine! I just noticed something, that "app" object is not being used / called. In...