MarkdownViewerPlusPlus
MarkdownViewerPlusPlus copied to clipboard
[Feature Request] Use NPP Style Configurator Colors
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!!!
The custom CSS trick only affects the markdown preview panel; it doesn't affect the editor itself, and I wind up with this mess:

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