madskristensen / MarkdownEditor

A Visual Studio extension
Other
409 stars 93 forks source link

Implemented auto apply color theme for Live Preview Window #228

Closed efreykongcn closed 2 years ago

efreykongcn commented 2 years ago

Add dark theme (highlight-dark.css, including GitHub Markdown CSS dark and primjs OKaidia). Live Preview Window auto detect Visual Studio theme (Dark or Light) and apply to browsing page. Listening Visual Studio theme change event to apply new theme.

madskristensen commented 2 years ago

Thanks