You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love how the search highlights look and I love how the visual selection looks, but the foreground for the search highlights is the same as the background for the visual selection, leading to search highlight text disappearing when in visual mode. I am not sure if there's a way to accomplish this, but is there a way we could cause search highlights to change their foreground color only when they are in visual mode?
Otherwise I will just have to change the color of the search highlight foreground and call it a day.
EXAMPLE:
(Search for some text):
(Visually select a block containing search results):
The text was updated successfully, but these errors were encountered:
I haven't had that case before, or I didn't pay attention to it explicitly because I was only concerned with the scope of the selection, but that's definitely not in the way how this should be styled.
I guess this must be resolved by checking for the current mode and act accordingly when it is visual.
Feel free to submit a pull request or wait until it gets picked up from the queue by either me or another contributor.
I love how the search highlights look and I love how the visual selection looks, but the foreground for the search highlights is the same as the background for the visual selection, leading to search highlight text disappearing when in visual mode. I am not sure if there's a way to accomplish this, but is there a way we could cause search highlights to change their foreground color only when they are in visual mode?
Otherwise I will just have to change the color of the search highlight foreground and call it a day.
EXAMPLE:
(Search for some text):
(Visually select a block containing search results):
The text was updated successfully, but these errors were encountered: