You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I change my theme on vscode to this extension and then switch to a light theme, the default markdown preview has its colors changed permanently, so that the color of the text becomes some white-ish gray instead of black. Even adding Css to change the font colors doesn't help, the Css is rendered fine but the whole preview page gets this effect added on top of it no matter what underlying styles you use. The issue persists even after a reload, and I could only figure out that the problem was with this extension by disabling all extensions and re-enabling them one by one.
The issue started for me some 2-3 days ago, so it might be a new problem. The commit 4c2d1c1 says "Add markdown preview color highlight support" so this issue seems to be higly related to that.
Specifically here is what happens using vscode's default light theme (among others):
Extension disabled:
Extension enabled:
Note: I never really posted a bug issue anywhere, I am sorry if there is anything wrong with this one.
edit: The second line is a section rather than a subsection ;)
The text was updated successfully, but these errors were encountered:
Whenever I change my theme on vscode to this extension and then switch to a light theme, the default markdown preview has its colors changed permanently, so that the color of the text becomes some white-ish gray instead of black. Even adding Css to change the font colors doesn't help, the Css is rendered fine but the whole preview page gets this effect added on top of it no matter what underlying styles you use. The issue persists even after a reload, and I could only figure out that the problem was with this extension by disabling all extensions and re-enabling them one by one.
The issue started for me some 2-3 days ago, so it might be a new problem. The commit 4c2d1c1 says "Add markdown preview color highlight support" so this issue seems to be higly related to that.
Specifically here is what happens using vscode's default light theme (among others):
Extension disabled:
![image](https://user-images.githubusercontent.com/823239/81617029-a29ecf80-93b2-11ea-9510-d461c1fb1096.png)
Extension enabled:
Note: I never really posted a bug issue anywhere, I am sorry if there is anything wrong with this one.
edit: The second line is a section rather than a subsection ;)
The text was updated successfully, but these errors were encountered: