nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

[Feature Request] Use NPP Style Configurator Colors #90

Open Matlock42 opened 6 years ago

Matlock42 commented 6 years ago

Would it be possible to have the rendered view use the theme colors as selected in the Style Configurator? I use a white text on black bg theme (Deep Black) and the contrast is quite shocking. I wouldn't think this to be too hard.

For now, I can set the Custom CSS to:

body {
    background-color: black;
    color: white;
}

Thanks and great work!!!

ekolis commented 3 years ago

The custom CSS trick only affects the markdown preview panel; it doesn't affect the editor itself, and I wind up with this mess:

image

Yikes!

For some reason the style configurator doesn't let me customize the style for markdown scripts...