Print Theme is non-functional
Set print theme setting and generate HTML
"markdown.extension.print.theme": "dark"
No errors present.
Currently, this option only affects the _syntax highlight_ of fenced code blocks (#534).
The reason is that, by default, VSCode doesn't set a background color for the preview. The background color is inherited from the VSCode theme.
For now, you need to find a Markdown dark style file (CSS) and put it in markdown.styles option.
(related #686)
Thank you for getting back to me! I’ve tried this out and it appears to be working.
Most helpful comment
Currently, this option only affects the _syntax highlight_ of fenced code blocks (#534).
The reason is that, by default, VSCode doesn't set a background color for the preview. The background color is inherited from the VSCode theme.
For now, you need to find a Markdown dark style file (CSS) and put it in
markdown.stylesoption.(related #686)