-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal find matches style is inconsistent #147013
Comments
Yeah we did this because the find background makes the contrast really bad in the terminal. We plan to fix this by layering the decoration behind the text in the future. |
@meganrogge I understand the struggle of making it look good but we shouldn't start deviating from the pattern as that introduces inconsistencies and creates debt. If we plan to fix this in the future then we shouldn't close out this issue as well for tracking purposes. |
Some things we should call out in the release notes related to this:
|
- A bunch of changes to xterm.js including bg/fg decoration overrides - Tweak find colors to use background instead of border, align with the editor - Change high contrast themes to also align, including selection bg - Clear the find active result decoration on blur and when the selection changes Fixes #147013 Fixes #145751
Created #149495 to make sure we remember to add a contrast improvements section 🙂 |
- A bunch of changes to xterm.js including bg/fg decoration overrides - Tweak find colors to use background instead of border, align with the editor - Change high contrast themes to also align, including selection bg - Clear the find active result decoration on blur and when the selection changes Fixes microsoft#147013 Fixes microsoft#145751
Search and the find widget use the background color to highlight matches:
And terminal omits the background color, making it inconsistent and unexpected:
The text was updated successfully, but these errors were encountered: