10

Is there a way to apply color schemes and themes to SQL Server Management Studio? I really enjoy the ones for Visual Studio 2005/2008/2010 and would love to have something like that.

Color Schemes for Visual Studio:

Edit:

  • I want to add that I mean color schemes of the editor, not the actual window/toolbar/borders etc.
0

2 Answers 2

10

With some googling, I came across: Color Schemes in SQL 2005 Management Studio.

From the site:

Enter VSColorsToSql

This is a simple utility I wrote last night that will port your current VS2005 Fonts And Colors Settings (just for the code editor, mind you) to Management Studio. It's nothing fancy, so all it does is copy some registry settings around.

I'd love to have something simpler. I wonder if this is the best way thus far.

2
  • The program doesn't work in Windows 7 unfortunately. Commented Dec 5, 2012 at 8:20
  • Just in case someone stumbles on this and wants it to work. It will work in Windows 7 if you change the registry path constants in code. Commented Oct 6, 2015 at 9:50
1

Yes, there is a way. Themes, for the window and associated, like the VS themes package:

Note the use of the dark expression theme.

The source VS 2010 plugin.

Unzip this to your SQL Server Management Studio path in the extensions folder, for me was C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Extensions

Start/restart SSMS, and customize the theme as necessary.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .