Skip to content

Snipees/vscode-markdown-github-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GitHub flavored Markdown light theme for vscode

A light theme overwrite whether you're using VSCode dark/light theme.

Using BigstickCarpet's gist, which is based on GitHub Markdown Repo

Usage

Download github.css and place somewhere in your filesystem.

Add the following lines to your settings.json.

{
  ... // other settings
  "markdown.styles": [ 
    "https://cdn.rawgit.com/BigstickCarpet/5d31c053d0b1d52389eb2723f7550907/raw/88e4538c0fc46e39a97f332b43546f92762a6bb6/github-markdown.css",
    "file:///PATH/TO/github.css"
  ]
}

Preview

Markdown sample from facebook/react

md1 md2

Credits

About

📃 light github flavored markdown theme for vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%