visual studio find and replace highlight color

Visual Studio-2010

Visual Studio-2010 Problem Overview


Is there a way to change the highlight color when something is found with the find and replace in visual studio? Right now I have a white background and it highlights to light gray when it finds something which is not much help.

Visual Studio-2010 Solutions


Solution 1 - Visual Studio-2010

Absolutely! Tools -> Options -> Environment -> Fonts and Colors -> Find Highlight (Extension)enter image description here

Solution 2 - Visual Studio-2010

Go to Tools -> Options -> Environment -> Fonts and colors and also change to color of 'Inactive Selected Text' which can be used for searching CSS or html. This fixed the issue for me. :)

Solution 3 - Visual Studio-2010

In Visual Studio 2015, you can try

Tools -> Options -> Environment -> Fonts and Colors -> Find Match Highlight

Find Match Highlight

Solution 4 - Visual Studio-2010

Try to look at Tools -> Options -> Environment -> Fonts and Colors > Selected Text (should be something like that, my Visual Studio isn't in English...).

Solution 5 - Visual Studio-2010

I am using Visual Studio 2017. When Quick Find or Quick Replace box is open,

Quick Find box

all the matches of the text in the document are highlighted. The color of the selected match is a combination of the selected-text color and the highlighted-match color. I do not know how to change the former (which is annoying), but you can modify the latter( like in the answer by @J3soon), and thus indirectly modify the color of the selected match.

> Tools -> Options -> Environment -> Fonts and Colors -> Find Match > Highlight

Fonts and Colors options

Solution 6 - Visual Studio-2010

I installed Productivity Power Tools and then the missing Find Highlight (extension) font shows up.

I downloaded it, opened it, closed VS 2010, opened VS 2010, went to Tools-> Options...-> Environment-> Fonts and Colors-> Display items:-> Find Highlight (Extension) and the color was green for current find and yellow for all the other finds instead of that barley visible light light light light blue or grey (229R, 235G, 241B) for current find and nothing for other finds.

Another thing I did before I installed the PPT was did a find then esc out of the find box then used F3 and the color was a reasonable light blue.

Solution 7 - Visual Studio-2010

Its "Find Scope Highlight" in VS 2012!

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionKevin HorvathView Question on Stackoverflow
Solution 1 - Visual Studio-2010The InternetView Answer on Stackoverflow
Solution 2 - Visual Studio-2010Kevin VellaView Answer on Stackoverflow
Solution 3 - Visual Studio-2010J3soonView Answer on Stackoverflow
Solution 4 - Visual Studio-2010Sylvain CleymansView Answer on Stackoverflow
Solution 5 - Visual Studio-2010Alex FainshteinView Answer on Stackoverflow
Solution 6 - Visual Studio-2010elbarto99seView Answer on Stackoverflow
Solution 7 - Visual Studio-2010ElisabethView Answer on Stackoverflow