Webview search prompt list: highlighted element poorly visible
daniel-wojcik opened this issue · 2 comments
daniel-wojcik commented
usernamehw commented
I think it uses colors from the active theme - --vscode-editorSuggestWidget-highlightForeground
for match and --vscode-editorSuggestWidget-selectedBackground
to look similar to the editor suggest widget.
Is it default light color theme? Does suggest widget in editor also look that bad?
usernamehw commented
Actually, there's another variable --vscode-editorSuggestWidget-focusHighlightForeground
for this case.