jonschlinkert / sublime-monokai-extended

Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
https://github.com/jonschlinkert
MIT License
512 stars 91 forks source link

Can't switch Themes #81

Closed arielelkin closed 7 years ago

arielelkin commented 7 years ago

ST Build 3126

  1. Installed sublime-markdown-extended via Package Control
  2. Installed sublime-monokai-extended via Package Control

I'm expecting my menu to be like this: Preferences -> Color Scheme -> User -> Monokai Extended.

But instead I have

Preferences -> Color Scheme -> Monokai Extended.

Maybe similar to https://github.com/jonschlinkert/sublime-monokai-extended/issues/45, but I installed and uninstalled MarkdownEditing (via Package Manager) just to be sure, and issue persists.

arielelkin commented 7 years ago

bump :-)

jonschlinkert commented 7 years ago

This is what I see

image

I'm not sure how to debug your setup, I'll need someone more knowledgable about ST to help on this one.

arielelkin commented 7 years ago

this is what I see:

image

jonschlinkert commented 7 years ago

Ah, (I think) I know what's happening. My docs are wrong. My guess is that it only shows up in user on mine because I actually copied those files into that directory for development (I'd facepalm lol, but Idk if it's obvious or not, since it's been that way since I first started using ST). But for you, it looks correct, and fwiw I also have the same preferences as you (in addition to the user option).

arielelkin commented 7 years ago

@jonschlinkert yep, looks like just a doc fix. Here's a PR for that: https://github.com/jonschlinkert/sublime-monokai-extended/pull/83

:-)

jonschlinkert commented 7 years ago

thanks @arielelkin!