How to Set Up Dark Theme in SQL Server Management Studio
By FoxLearn 12/16/2024 1:49:20 AM 31
SQL Server Management Studio Dark Theme
Launch SQL Server Management Studio (SSMS) on your computer.
In SSMS 2016, SSMS 2017, and the latest SSMS 18, users can switch between the Blue and Light themes by going to the Tools menu at the top. From the drop-down menu, select Options.
In the Options window, expand the Environment section on the left side. Click on General.
In the right pane, look for the Color theme dropdown.
Although not officially supported by Microsoft, the Dark theme is available in SQL Server Management Studio 2016, 17, and the latest 18 versions. It has become popular among SQL database administrators and developers. To enable the Dark theme in SSMS, follow these simple steps.
Close SSMS if it's running, then open a text editor (e.g., Notepad++) as an administrator to edit the SSMS configuration file.
Locate the configuration (ssms.pkgundef) file.
SSMS 2016
C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio
SSMS 17
C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio
SSMS 18
C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE
Open the file in a text editor, scroll down to the "Remove Dark theme" section, add "//" at the beginning of the first line as shown below, and save the file.
Once completed, open SQL Server Management Studio, and the Dark theme will be available in the Color theme drop-down menu.
Click the dropdown and select Dark from the list of available themes, then Click OK to apply the changes and close the Options window.
Once you've done this, SQL Server Management Studio will display the Dark theme, giving a more visually comfortable environment, especially for extended use.
- DBCC CHECKIDENT RESEED 0
- How to drop temporary table if exists
- How to convert timestamp to date in SQL Server
- How to convert SQL Server's timestamp column to datetime format
- How to convert varchar to uniqueidentifier in SQL Server
- How to Read Excel file and Import data from Excel to SQL Server in C#
- Connection string odbc
- If else condition in sql server