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

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;
}