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
SSMS 2012 is build on the VS 2010 shell. Thus, it can use compatible ".vssettings" files to apply custom color schemes.
See also http://studiostyl.es/ for a gallery.
I decided to try something simple on SSMS 2012:
- Go to http://studiostyl.es/
- Pick a theme and download it
- 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.
If you are using SSMS 2016 (or later) you can use the Microsoft's own Dark theme once you've enabled it.
You can find instructions at Kyle Parrish's blog post titled Enable "Dark" Theme in SQL Server Management Studio 2016
Here is my dark theme which you can download:
https://stingrae.com.au/dark-theme-for-microsoft-sql-management-studio.aspx
来源:https://stackoverflow.com/questions/16107471/sql-server-management-studio-skin-appearance-layout