SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.19k stars 645 forks source link

Completely disable the light theme #504

Closed revolter closed 6 years ago

revolter commented 6 years ago

For some reason, using this along GhostText causes the opened tab to use the light theme, even if I have currently set the dark one.

Is this caused by GhostText instead? As opening .md files correctly loads the dark theme.

felixhao28 commented 6 years ago

A theme is set in settings. Unless GhostText changes the theme in settings, I cannot think of any reason that it will not work.

Maybe because GhostText opens a tab in "Markdown" syntax instead of "Markdown GFM" where you actually set the theme? Just a wild guess.

revolter commented 6 years ago

Yep, it was opening it in "MultiMarkdown" syntax. Though changing the default syntax is broken, as described in https://github.com/GhostText/GhostText/issues/97.