SQL Server Management Studio Color Schemes

color profilessql-management-studiosql-server-2008themes

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.

Best Answer

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.

Related Question