Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio Skin / Appearance / Layout

Tags:

ssms

Can you apply a custom skin / appearance to SSMS? I am thinking something along the lines of a dark theme (black background, yellow font) you'd find in most IDEs

like image 381
Lloyd Banks Avatar asked Apr 19 '13 14:04

Lloyd Banks


People also ask

How do you beautify in SSMS?

The SSMS Add-in allows you to set your own hotkey (default is Ctrl - K , Ctrl - F , to match Visual Studio), and formats the entire script or just the code you have selected/highlighted, if any. Output formatting is customizable.

How do I change the appearance of SQL?

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 my SSMS theme?

Reopen SSMS and navigate to the 'Color theme' dropdown as we did earlier. Now, we will see a fourth option for Dark Mode. Unfortunately, it only changes the Ribbon and the Query Window. The Object Explorer and Results Grid aren't changed.

How do I change the background in SSMS?

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. Next, you will see that your SSMS's theme will be switched to the dark theme.


1 Answers

I decided to try something simple on SSMS 2012:

  1. Go to http://studiostyl.es/
  2. Pick a theme and download it
  3. Follow these screenshot instructions

Note that doing this will only affect the theme of the text editor, not the toolbar, menu, object explorer window, etc.

like image 63
mycargus Avatar answered Oct 07 '22 10:10

mycargus