XBox2000
XBox2000

Reputation: 103

How to remove default color theme of Visual Studio?

I'm editing a custom application with Visual Studio Shell 2015 as base. It comes with 3 defaults themes:

Color theme options

Is there a way to remove the Dark theme?

I searched Stack Overflow and the most relevant question is this one: How to get current used color theme of Visual Studio

Upvotes: 4

Views: 1562

Answers (1)

XBox2000
XBox2000

Reputation: 103

With the help of dxiv, I found out how to remove default theme:

Find the file *.pkgundef in your application. Add this line:

[$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]

Upvotes: 4

Related Questions