jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
659 stars 96 forks source link

Monokai Extended Light #80

Open mcnesium opened 9 years ago

mcnesium commented 9 years ago

Using Monokai Extended Light theme GFM fenced blocks look like this:

tisuuth1

The background color should be adjusted to light background color.

jonschlinkert commented 9 years ago

yeah the light theme needs to be updated. Honestly I think I just forgot to update it when I made changes a long time ago, but it seems like most users want the dark them. I personally don't use the light theme, but I'll work on getting it updated when I get back from vacation next week.

pr would be welcome too!

mcnesium commented 9 years ago

I like the light theme better in my daylight-flooded office ;)

When I figure out how to modify ST themes, I'll be happy to file a PR.

wgregp commented 7 years ago

To fix, at Monokai Extended Light.tmtheme line 1508 set the background string to #fafafa. You can also do the same thing in the JSON-tmtheme at line 939.