Yura Shinkarev
Yura Shinkarev

Reputation: 5354

Visual Studio Tab change color?

Can I change back/fore color of tabs in Visual Studio 2008?

enter image description here

Upvotes: 5

Views: 13140

Answers (3)

mhan0125
mhan0125

Reputation: 654

Now it can be done by Visual studio Productivity Power Tools Extension.

The extension can be installed through Tools => Extensions and Updates.

After installation restart Visual Studio and go to:

Options => Productivity Power Tolls => Custom Document Well, then you can choose Color tabs by project or by regular expression.

Upvotes: 8

Sergey Vlasov
Sergey Vlasov

Reputation: 27890

You can change color and shape of tabs in VS 2008/2010 with Tabs Studio add-in (developed by me).

Upvotes: 1

stack72
stack72

Reputation: 8278

this visual studio 2010 addin will allow the tabs to be coloured by a specific project type- so everything in 1 project has the same colour.

read more about it and download it http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef

Upvotes: 2

Related Questions