The documentation says:
g:markdown_composer_syntax_theme *g:markdown_composer_syntax_theme*
The theme that the preview should use for syntax highlighting. All
themes from highlight.js are supported. A demo can be found at
https://highlightjs.org/static/demo/.
The variable should be the name of the theme's stylesheet (without
.css). The stylesheets may be found at
https://github.com/isagalaev/highlight.js/tree/master/src/styles
I tried to use gruvbox-dark and found that it is missing, tried a few others and they are missing too. I noticed that solarized-dark should actually be named solarized_dark to be working.
Is it just a matter of updating the highlight.js dependency to synchronize the list of themes, or something else is broken?