ColorHighlighter icon indicating copy to clipboard operation
ColorHighlighter copied to clipboard

CH doesn't work with some color schemes

Open dortamiguel opened this issue 8 years ago • 0 comments

Im using this color scheme https://labs.voronianski.com/oceanic-next-color-scheme/

It seems like CH is not able to generate a new theme from this one. I'm getting the error

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 210, in on_api_ready
    m.plugin_loaded()
  File "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/ColorHighlighter/main.py", line 606, in plugin_loaded
    ColorHighlighterPlugin.init()
  File "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/ColorHighlighter/main.py", line 319, in init
    ColorHighlighterPlugin._fake_color_scheme = ColorHighlighterPlugin.components.provide_fake_color_scheme()
  File "/Users/miguel/Library/Application Support/Sublime Text 3/Packages/ColorHighlighter/main.py", line 197, in provide_fake_color_scheme
    return self.provide_fake_color_scheme_data()[0]
TypeError: 'NoneType' object is not subscriptable

With other themes just works fine.

I'm on macos 10.13.3 with sublime text 3143

dortamiguel avatar Feb 11 '18 13:02 dortamiguel