Dark theme for HackMD VScode extension
The theme of the Markdown preview can be specified by "markdown.styles": []
settings. Stylesheets can be URLs, relative paths to the current workspace, or local absolute paths.
Edit Settings.json
(File > Preferences > Settings) like below:
{
"markdown.styles": [
"[YOUR_PATH]/hackmd-theme-dark.css",
]
}