primer / github-vscode-theme

GitHub's VS Code themes
https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
MIT License
1.89k stars 195 forks source link

`High Contrast` themes display both light and dark mode content in markdown previews #382

Closed luctowers closed 8 months ago

luctowers commented 8 months ago

Description

In an example like the following. The High Contrast display both dark and light mode content simultaneously. None of the other themes do this.

![Diagram](diagram-light.svg#gh-dark-mode-only)
![Diagram](diagram-light.svg#gh-light-mode-only)

Steps to reproduce

  1. Create a markdown document
  2. Add an image with both a light and dark variant
  3. Check if both light and dark variants are displayed

Version

v6.3.4

Theme

GitHub Light High Contrast, GitHub Dark High Contrast

luctowers commented 8 months ago

nevermind, this is an issue in vscode itself.

https://github.com/microsoft/vscode/issues/203686