Contrast isn't great in find results #145744
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
terminal-find
Relating the terminal's find widget
verified
Verification succeeded
Milestone
Testing #145629
We draw the find match selection on top of the text which reduces contrast pretty badly
Terminal:
Editor:
Should we use a border instead of a solid rectangle to workaround this? It would look different from the editor but at least it wouldn't introduce contrast problems
This is what it looks like with these style overrides:
The white background on selection is due to
"terminal.selectionBackground": "#ffffff"
We should support border styles anyway to cover the high contrast case:
The text was updated successfully, but these errors were encountered: