SQL Server Management Studio in Dark Theme.

In SQL Server Management Studio 2016, Microsoft introduced a visual setting option to choose between the Blue and Light color theme. In SSMS 2016, SSMS 2017 and the latest SSMS 18, the user can switch between the Blue or Light theme by going to Tools | Options | Environment | General | Color theme:

To achieve the same, we have to follow the below steps - 

1. Search for ssms.pkgundef file under SSMS binaries. Below table for reference.

SSMS VersionSsms.pkgundef File Location
16C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio
17C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio
18C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE

2. Open the file ssms.pkgundef 


3. Scroll until you get to '// Remove Dark theme'

4. Add '//' to the beginning of the '[$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]' line to comment it out and save it.

5. Now open the SSMS and change the color theme to dark.



                                                                            Here you have achieved the same.









Comments

Popular posts from this blog

How data is replicated from the Primary Replica to the Secondary Replica in a SQL Server Always On Availability Group

Accelerated Database Recovery (ADR) in SQL Server

Standard Developer and Enterprise Developer edition in SQL Server 2025