Question
Sql server management studio dark mode
Answer
- go to C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE for SSMS 18+
- locate the file ssms.pkgundef.
- If you can’t find the file, you may just search that in your program files folder.
- Open the file and scroll all the way down to locate the very last line.
- Over here you will see command which removes the dark theme.
- Now go to the line and add two // before the command of root key. Once you add the // entire line will be commented. Now save the file.
// Remove Dark theme
[$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]
Links/related reading
Type::question-answer Tags:: Sql Server Management Studio, Dark Mode