Skip to content

davezig/markdown-notes

 
 

Repository files navigation

a/A Markdown Notes

To view these notes in the intended format:

  • Download Markdown-Preview-Enhanced extension in your code editor
  • Launch Markdown-Preview-Enhanced: Customize CSS from command palette (Command + Shift + P)
  • Copy and paste into your styles.less:
.markdown-preview.markdown-preview {
  background-color: black;
  font-family: arial;
  color: #cbdeef;
  h1 {  color: #54E374;}
  h2 { color: #1A9D6B}
  h3 { color: #3CBBB1}
  h4 { color: #9CE878}
  h5 { color: #e4ed61;}
  h6 { color: #ffd754; font-size: 13px}
  p {
    color: #cbdeef;
  }

  pre {
    color: #3CBBB1;
  }

}
  • In MPE extension settings, set 'Preview Theme' to any dark theme.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors