usernamehw/vscode-todo-md

Webview search prompt list: highlighted element poorly visible

daniel-wojcik opened this issue · 2 comments

When searching for tag/context/project using webview search box highlighted element in the list is poorly visible because of using similar (if not the same) colors for highlight matching part of text and highlight of the list row:
TODO-1
.

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?

Actually, there's another variable --vscode-editorSuggestWidget-focusHighlightForeground for this case.