Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.16 KB

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