thomaslindstrom/color-picker

Cannot open color picker

Closed this issue · 3 comments

rugk commented

After extensions updates or so, I cannot open the color picker. It just does not show up.

rugk commented

Closing, as it seems to be an Atom issue.

manually adding the keybinding to 'keymap.cson' fixed the issue for me

'atom-text-editor':
  'ctrl-alt-c': 'color-picker:open'

MacOS equiv:

'atom-text-editor':
  'shift-cmd-C': 'color-picker:open'