Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

  • Blue
  • Dark
  • Light

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

like image 591
XBox2000 Avatar asked Sep 02 '25 07:09

XBox2000


1 Answers

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}]
like image 164
XBox2000 Avatar answered Sep 05 '25 00:09

XBox2000