mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Add Dark-dimmed mode #89

Closed jjspace closed 1 year ago

jjspace commented 2 years ago

This is jumping off #75 as it's own issue. It's much softer on the eyes and the one I use so I was hoping to have VSCode line up with how I see things on GitHub

2022-05-11_12-48

mMosiur commented 2 years ago

I agree, I love the dark dimmed GitHub, would be great if the preview could reflect that look

eallion commented 1 year ago

I love dimmed too.

jjspace commented 1 year ago

Going to look at tackling this very soon. I just added some functionality to the generate-github-markdown library that should make it a lot easier. https://github.com/sindresorhus/generate-github-markdown-css/pull/21