Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the background color of the Object Explorer and the Result Menu in SQL Server Management Studio 2017

Tags:

sql-server

Pretty much what the title says. Just started learning SQL server. I found how to 'unlock' the dark theme and how to change the fonts and sizes but i still can't change the color in the Object Explorer and the Result Menu in SQL Server Management Studio 2017. Is it possible that this is all we got till now... Cause it is hard for me to believe that there is no working full dark theme for SQL Server Management Studio 2017 or the possibility to change it manualy. Any help would be much appreciated. Also is there another IDE or editor for SQL server 2017 other than SQL Server Management Studio 2017, like there are a LOT diffirent editors for programing languages like Sublime, NotePad++, VS Code etc...

like image 771
Happy Coconut Avatar asked Apr 18 '18 02:04

Happy Coconut


People also ask

How do I change the background color in SQL Server Management Studio?

Click Options on the Tools menu. Click Environment, and then click Fonts and Colors. In the Show settings for list, select Text Editor. Change the font, size, display item, foreground and background colors.

How do I change the color of an object in SQL Server Explorer?

To set a server status color in Object ExplorerIn Object Explorer, select the Connect button and then select Database Engine.... On the Connect to Server dialog, select Options >>. Select the Use custom color check box. To select the color, select the Select...

How do I change the background to black in SQL?

Once you restart SSMS go to Menu >> Tools >> Options >> Environment >> General and see the color theme, you will notice that it will have an option for the dark theme. Select this option and click on Save.


1 Answers

According to https://datamajor.net/ssms_darktheme/ and other sources Dark theme in SSMS is incomplete and it isn't clear whether it will ever be completed and officially included.

Meanwhile it is possible to work with SQL Server using IDEs that have Dark theme:

  • Azure Data Studio (by Microsoft free)
  • Visual Studio Code (by Microsoft free)
  • Visual Studio Express (by Microsoft free)
  • dbForge Studio (by DevArt paid product)
like image 191
Vitalii Avatar answered Nov 15 '22 09:11

Vitalii