antfu / vscode-theme-vitesse

🏕 Vitesse theme for VS Code
https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse
MIT License
569 stars 45 forks source link

HTML with inline CSS have wrong color for closing quote #18

Closed octref closed 1 year ago

octref commented 1 year ago

Describe the bug

image

image

Related: https://github.com/shikijs/shiki/issues/316

Generally, source shouldn't be set so it falls back to the default color per https://macromates.com/manual/en/language_grammars

Reproduction

Red content

in Vitesse Dark theme ### System Info ```Shell System: OS: macOS 13.1 CPU: (8) arm64 Apple M1 Memory: 138.23 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.18.1 - ~/.nvm/versions/node/v16.18.1/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v16.18.1/bin/yarn npm: 8.19.2 - ~/.nvm/versions/node/v16.18.1/bin/npm Browsers: Chrome: 109.0.5414.87 Safari: 16.2 ``` ### Used Package Manager npm ### Validations - [X] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guide](https://github.com/antfu/contribute). - [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. - [X] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.