Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
monaco.editor.create(document.getElementById('container'), {
value: "function hello() {\n\talert('Hello world!');\n}",
language: 'javascript'
});
Actual Behavior

Expected Behavior

This is VS Code with the "Light (Visual Studio)" theme which is supposed to match the default monaco theme.
Additional Context
No response