2

Is it possible to utilise the current Visual Studio theme within an Add-In? I'm using Visual Studio 2010 and want to use the dark and light blue colouring of the environment to colour certain controls within my addin.

gouldos
  • 1,015
  • 1
  • 16
  • 30

2 Answers2

1

Found a blog named Changing Visual Studio’s Color Palette which references the Visual Studio UX Guidelines document.

gouldos
  • 1,015
  • 1
  • 16
  • 30
0

To handle theme in a VS 2012 addin, have a look at this detailed article:

HOWTO: Get the current theme and detect changing it from a Visual Studio 2012 add-in.

Patrick from NDepend team
  • 13,237
  • 6
  • 61
  • 92