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

Light theme is badly visible on One Dark Pro theme #96

Closed KillWolfVlad closed 1 year ago

KillWolfVlad commented 1 year ago

VS Code settings:

{
  "workbench.colorTheme": "One Dark Pro",
  "markdown-preview-github-styles.colorTheme": "light"
}

How it looks:

image

mjbvz commented 1 year ago

One Dark Pro contributes its own markdown styling. Please file an issue against them requesting an option to disable it

KillWolfVlad commented 1 year ago

You are right. With settings

{
  "oneDarkPro.markdownStyle": false
}

everything looks correct.