Created
December 3, 2018 09:55
-
-
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".
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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