-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
[themes] Add editor.findMatchForeground
#29091
Comments
editor.findMatchForeground
editor.findMatchForeground
Any progress on this issue? Support for TextMate's "findHighlightForeground" would solve this too. I'm unable to use the "editor.findMatchBackground" as intended because there's currently no way to change the foreground. Which means when the foreground of the text happens to be the same as the background, it disappears into the block. See screenshots below for clarity.... First is VSC where the element's foreground text happens to be the same color as the "editor.findMatchBackground" color: Then we have SublimeText using findHighlightForeground to set the foreground for the focused match: |
I think all font state Foreground colors should be supported. Because color and background are usually paired. |
pls add!!! |
So I guess there is no way how to change the findmatchforeground color right? |
Yes, please add: Thank you! |
is If not please consider implementing it. It seems like a fairly obvious UI setting, but its now 7 years since it was first suggested Thanks |
I might be misunderstanding how this is supposed to work, but if However, instead I see that all find matches have the same foreground, even though it isn't set by my theme or by my settings: This can look more dramatic with my usual theme: |
When using Find & Replace, I like to highlight the current search match differently. This is particularly helpful when refactoring and proof-reading, especially if there are many matches.
I can add a colour customisation for
editor.findMatchBackground
to achieve this. However, as the foreground colour is not editable, I have a contrast issue with the default foreground colour in the theme.In my case, I'd prefer to set the background colour to something light, like
#b2b231
and change the foreground colour of the match to#000000
.Obviously not a pressing issue; a nice to have 👍
The text was updated successfully, but these errors were encountered: