#008 How to Enable Dark Theme in SQL SERVER Management Studio 18 in 6 quick steps
Kemal Cholovich

Kemal Cholovich @ddeveloperr

About: 📈 DATA Scientist, Analyst, Engineer 📐Speaking SQL & Python | Running over☁️GCP, AWS, Azure | 15+ years in Software Development Industry

Location:
Europe
Joined:
Mar 24, 2017

#008 How to Enable Dark Theme in SQL SERVER Management Studio 18 in 6 quick steps

Publish Date: Feb 11 '22
4 0

Step 1: Open Windows explorer C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE

Step 2: Find ssms.pkgundef

Step 3: Open the file from the step 2 as an Admin and edit the line FROM

         [$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]
Enter fullscreen mode Exit fullscreen mode

Image description

TO

        // [$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]
Enter fullscreen mode Exit fullscreen mode

Image description

Step 4: Save and close the file

Step 5: Restart the SQL Server Management Studio

Step 6: Go to Tools >> Options >> Environment >> General and set DARK theme options and SAVE

Image description

ENJOY your SSMS Dark mode and write world class queries :)

Comments 0 total

    Add comment