Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio find and replace highlight color

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.

like image 412
Kevin Horvath Avatar asked Aug 25 '11 14:08

Kevin Horvath


3 Answers

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

like image 171
The Internet Avatar answered Nov 20 '22 17:11

The Internet


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. :)

like image 28
Kevin Vella Avatar answered Nov 20 '22 16:11

Kevin Vella


In Visual Studio 2015, you can try

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

Find Match Highlight

like image 9
J3soon Avatar answered Nov 20 '22 17:11

J3soon