weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
510 stars 109 forks source link

Color picker does not open when hovering over a color in css file #110

Open silocoder opened 3 years ago

silocoder commented 3 years ago

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 as the default color.

I am using Linuxmint Cinnamon Sublime 3

Any ideas?

lapega commented 2 years ago

In the file /.config/sublime-text/Packages/ColorPicker/lib/linux_colorpicker.py under the line from gi.repository import Gtk add this one: from gi.repository import Gdk