Chrysalis
Chrysalis

Reputation: 4220

Visual Studio 2012 UI customization

Are there any add-ins available that let you customize the UI look and feel for Visual Studio 2012 IDE?

Upvotes: 5

Views: 2259

Answers (2)

Steve B
Steve B

Reputation: 37660

Visual Studio 2012 Color Theme Editor is for you, as Daniel said.

There is also an open source project that can restore VS 2010 icons in VS 2012 :

Visual Studio Icon Patcher.

I wouldn't use it anyways, as it's more a hack, than a real solution.

Upvotes: 5

Dan Nolan
Dan Nolan

Reputation: 4772

This extension gives you basic control over the VS2012 colour palette:

http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05

Unfortunately there's no control over icons, appearance/roundness of windows etc in this extension however.

Upvotes: 5

Related Questions