Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Solution Explorer, Highlight Active Item color

In Visual Studio 2008, is there any way to change the background color of the highlighted item in the Solution Explorer? The current setting makes the item quite visible when the Solution Explorer has focus (blue), but when the editor has focus, the background color is a very light gray, which makes it near impossible to see. I hate having to navigate to a type's definition, and then have to give the Solution Explorer focus to see where in the solution the current file lies.

Many thanks.

like image 838
staterium Avatar asked Sep 09 '09 07:09

staterium


People also ask

How to show Solution Explorer in Visual Studio 2019?

By default, the Solution Explorer tool window appears as a pane in the upper-right side of the Visual Studio integrated development environment (IDE). If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using View > Solution Explorer, or by pressing Ctrl+Alt+L.

How to see selected file in Solution Explorer Visual Studio?

In Visual Studio's menu go to Tools > Options > Projects and Solutions. Then check "Track Active Item in Solution Explorer".

How do I navigate the Solution Explorer in Visual Studio?

The default keyboard shortcut for opening/jumping to Solution Explorer is Ctrl + Alt + L .


2 Answers

It is related to a system color named "3D Objects" in the advanded color selector dialog box of Windows. If you change this color, using aero themes, it affects MDI windows and it also changes the color of the selected item in an inactive window. Logic, isn'it ??? Hope this will be helpfull.

Pierre.

like image 166
Pierre Avatar answered Oct 08 '22 18:10

Pierre


Turns out this is a Windows setting, and VS has no control over it. If you want to delve into the dark art of custom windows skinning with a Hex editor (as is needed for Vista), then there is a tutorial here on how this can be done. Unsure which property of a Windows Theme affects this behavior though, as all that is mentioned in that tutorial is the Selected Item Highlighting when a window has focus.

like image 35
staterium Avatar answered Oct 08 '22 19:10

staterium