Completion widget is not readable in VS Code Light theme
Created by: tianzerun
Issue type
Bug fix
Problem description
I am using the Sourcegraph VS Code extension. When I try to enter something in the search box that triggers the completion/suggest widget, I notice its color combination is making it unreadable. It would be nice to use contrasting colors to improve readability.
After some preliminary search, I found out it might be a monaco editor issue, mentioned here https://github.com/microsoft/monaco-editor/issues/2822. It seems like some color registrations are removed so they didn't take effect. It should be fixed if you could upgrade the monaco-editor dependency from ^0.24.0 to ^0.31.1.
Context
Sourcegraph extension: v2.2.2 VS Code theme: Light/Light+ theme
Steps to reproduce
No response
Impact
No response
Additional details
No response
Assigning labels
-
If this issue will require input from designers in order to complete, please assign the label
needs-design
.