-
Notifications
You must be signed in to change notification settings - Fork 299
Description
Describe the bug
All theme variations (except for the new Night Flat) render inline code blocks in their own line in markdown previews.
To Reproduce
Create a markdown file with a contents like:
This is a demo of an inline `markdown` code block.
Expected behavior
The markdown part should be rendered inline with the rest of the text, but highlighted.
Screenshots & Example Code
This is the default vscode dark theme:

This is the One Dark Pro theme:

This is the One Dark Pro Night Flat theme:

Notice how workbench.colorCustomizations and editor.tokenColorCustomizations are incorrectly rendered in the One Dark Pro theme.
This is from this project's README.md.
Desktop (please complete the following information):
- OS: mac or browser
- VSCODE Version: latest Cursor and also the github.dev editor (i.e. https://github.dev/Binaryify/OneDark-Pro/blob/master/README.md)
- Theme version: latest (3.19.0)
Additional context
I think the issue are the 3 scss files in the scss folder. All the One Dark Pro themes (One Dark Pro Mix, One Dark Pro Flat, One Dark Pro Darker, and One Dark Pro) are scoped there by name except for the Night Flat and it still works as it should.