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 Version | Ssms.pkgundef File Location |
|---|---|
| 16 | C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio |
| 17 | C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio |
| 18 | C:\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
Post a Comment