🚨 Update: SSMS v21 preview now supports the dark mode natively. Although the dark mode is not implemented fully, this is the start of the implementation and it will take several release for the complete implementation. Go ahead and install SSMS v21 and check dark mode.

SQL Server management studio (version prior to 21) does not have the dark theme by default. You can make the below change to enable the dark theme option.

  1. Go to the below path
    C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\
  2. Modify the below file in Administrator mode. If you are using notepad++, you can launch it in admin mode.
    File name: ssms.pkgundef

  1. Search for Dark and add // in front of the below line to comment and save the file.
    [RootKeyRootKey\Themes{1ded0138-47ce-435e-84ef-9ec1f439b749}]

  1. Open SSMS => Tools => Options => Environment => General => Color theme and choose dark theme.

  1. Restart the SSMS.

If you like this tips, you can sign up for my newsletter to receive these tips directly in your inbox.