Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 954 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 954 Bytes

vscode-md-preview-light

Light-themed stylesheet for markdown preview to use with VSCode's Dark+ theme.

Why

In earlier versions of VSCode, setting the Color Theme did not affect the Markdown Preview style. I needed the default white-background-black-font preview while also using a dark theme for the VSCode editor.

Instructions

In VSCode, edit the Markdown: Styles configuration or add the following line to settings.json:

"markdown.styles": [
        "https://cdn.jsdelivr.net/gh/dhdhagar/vscode-md-preview-light/style.min.css"
    ]

Notes