Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio dark theme for whole program

Tags:

ssms

ssms-2014

Is it possible to set the SSMS theme to all dark? I really like the dark theme in Visual Studio and SSMS is built on top of the VS shell. I saw this SQL Server Management Studio Skin / Appearance / Layout, but it is only for the query editor.

like image 473
J Atkin Avatar asked Apr 26 '15 02:04

J Atkin


1 Answers

For SSMS 2016 Open C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\ssms.pkgundef Goto

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

and comment above settings,like this, then restart SSMS, you will sort there is a new option Dark in the Color theme option.

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

like image 60
Nolan Shang Avatar answered Sep 21 '22 06:09

Nolan Shang