7

I've been using VsVim for a while and I have been pretty happy with it. However, the one thing that has been annoying me is the highlighting of text when I do any kind of search in VsVim such using * or the standard search with /.

I've spent hours trying to change the fonts and colors in the Visual Studios options menu, but I haven't found a way to change the color scheme. Below is a picture with the highlight text. Any help on this matter would greatly improve my productivity.

search highlight making code unreadable

Keith Pinson
  • 7,835
  • 7
  • 61
  • 104
Phaino
  • 501
  • 1
  • 5
  • 10

1 Answers1

7

Unfortunately there is a bug in the handling of fonts / colors in Visual Studio that makes it impossible to change the highlight color in VsVim through the standard Fonts and Colors options page. The most recent version of VsVim (1.7.0) added a custom color menu to its option page which allows for this, and a few other, colors to be changed

Just go to Tools -> Options -> VsVim

enter image description here

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
  • 1
    The new version's color options page was able to fix my problem. Thank you. Also, thank you for maintaining VsVim, it makes using Visual Studio so much easier. – Phaino Jul 31 '14 at 01:20
  • I also had to run `:set hlsearch` to get the search results to actually highlight. – Scuzzlebutt Apr 19 '22 at 13:49