microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.59k stars 29.03k forks source link

Markdown preview using wrong text color #97545

Closed miguelsolorio closed 4 years ago

miguelsolorio commented 4 years ago

Saw this in today's insiders where all markdown text was rendered in a weird blueish color, it's more noticeable on a light theme:

image

Dark

image

Light

image

mjbvz commented 4 years ago

This is caused by the one Dark Pro extension that recently added markdown styling (without scoping it to only be enabled when the theme is enabled)

https://github.com/Binaryify/OneDark-Pro/issues/388