Skip to content

Instantly share code, notes, and snippets.

@wilson0x4d
Created December 3, 2018 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilson0x4d/d1d031749e51672b9b4a764922cf7897 to your computer and use it in GitHub Desktop.
Save wilson0x4d/d1d031749e51672b9b4a764922cf7897 to your computer and use it in GitHub Desktop.
A set of "Markdown Preview Enhanced" styles to provide a softer "Dark Theme" in "Visual Studio Code".
/* Please visit the URL below for more information: */
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
.markdown-preview.markdown-preview {
background-color: #111;
color: #777;
> h1, h2, h3, h4, h5, h6,
b, em, i, strong {
color: #aaa;
}
> a {
font-weight: bold;
}
}
.md-sidebar-toc.md-sidebar-toc {
// sidebar TOC style
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment