sublime-imba
sublime-imba copied to clipboard
color scheme is wrong
Whatever color scheme I use it seems sublime-imba always chooses the imba color scheme.
I imagine this is causing it:
"color_scheme": "Packages/Imba/Imba.tmTheme",
https://github.com/somebee/sublime-imba/blob/master/Imba.sublime-settings#L12
It can be solved by going to preferences/Settings - Syntax specific and adding this with whatever color scheme you prefer:
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme"
Although IMO a better option would be if the package hadn't a hardcoded color scheme.