Skip to content

Markdown: color of numbers in code blocks is not suitable with light theme at Preview #82199

@ghost

Description

In Markdown preview with light theme, numbers in code blocks are not clearly distinguishable because of their color. It will be good if a different color can be switched in light theme mode

image

It seems that in /extensions/markdown-language-features/media/highlight.css , the following part may add a .vscode-light switch. Thank you!

.hljs-number,
.hljs-class {
   color: #B8D7A3;
}

Metadata

Metadata

Assignees

Labels

good first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesmarkdownMarkdown support issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions