views:

294

answers:

2

It seems I am not the only one complaining about this. The yellow/gold color on top of the white background really makes me spend more time locating the highlight item. It may not be an issue for people who like using mouse. But I am a keyboard person and try to use mouse as little as possible. So this color is very annoying. Microsoft says it's not configurable in the reply. But I still hope someone can find a way to "hack" the color.

+1  A: 

I use the add-in IntelliSence Presenter to make my IntelliSense look like this: alt text

So, there are ways to change it, but it may involve downloading an add-in or writing your own.

Ben Burnett
+1, good to know. However it's a little overkill for my purpose. And this add-in doesn't help the context menu, I assume.
Kai Wang
This is purely IntelliSense as far as I know. Try browsing the AddIn market.
Ben Burnett
+1  A: 

You may try this extension: http://blogs.msdn.com/b/visualstudio/archive/2010/01/04/changing-visual-studio-s-color-palette.aspx

But, be aware that each language can provide its own Intellisense UI, for extensibility. So, this may not solve your problem.

drharris
+1, this add-in solved the context menu.
Kai Wang
Individual languages generally don't provide their own intellisense presenters, only intellisense sources, so you are probably fairly safe.
Noah Richards