Skip to content

[Bug] Completion list colors don't match VS Code and are unreadable (black text on dark background) #2822

@letmaik

Description

@letmaik

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or 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

image

Expected Behavior

image

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

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugregressionsuggest

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions