如何使 Sql Server Management Studio 语法以与 Visual Studio 相同的颜色突出显示?
我有一个来自 studiostyle.info 的 VS 自定义配色方案。 我怎样才能让 ssms 尊重它,以便我的查询很好,而且黑底白字。
I have a custom color scheme for VS from studiostyle.info.
How can I make ssms respect it so that my queries are nice and white on black.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我使用这个: http://winterdom.com/2007/10/colorschemesinsql2005managementstudio
您可能需要根据你运行的VS和SMS的版本稍微修改一下。它与 VS2k10 和 SQL SMS 2k8 完美配合
I use this: http://winterdom.com/2007/10/colorschemesinsql2005managementstudio
You might need to modify it slightly depending on the version of VS and SMS you run. It works perfectly with VS2k10 and SQL SMS 2k8
只需从 http://studiostyl.es 导入样式文件 ....
现在你有了一个自定义的配色方案。
如果要导入 Visual Studio 配色方案,请在 VS 中执行相同的操作,但仅导出文本和字体。然后您可以按照与上述相同的方式将它们导入 SSMS。
希望这有帮助!
Just import a style file from http://studiostyl.es ....
And now you have a custom color scheme.
If you want to import your Visual Studio color scheme, do the same thing in VS but export only your text and fonts. You can then import them into SSMS just the same ways as above.
Hope this helps!
您可以按照本指南在 SQL 中执行此操作 如何:更改字体颜色、大小和风格
You can do it in SQL follow this guide How to: Change Font Color, Size, and Style
如果您在企业客户中对 2008 R2 感到厌倦,那么对于老式方法:
以下是 SSMS 中 Darcula 风格主题的自定义颜色:
背景:43 43 43 或#2B2B2B
前台:169 183 198 #A9B7C6
关键字: 204 120 50 #CC7832
线路评论:128 128 128 #808080
SQL 字符串:106 135 89 #6A8759
And for an old-skhool method if you are languishing back on 2008 R2 at a corporate client:
Here are my custom colo(u)rs for a Darcula style theme in SSMS:
Background: 43 43 43 or #2B2B2B
Foreground: 169 183 198 #A9B7C6
Keyword: 204 120 50 #CC7832
Line Comment: 128 128 128 #808080
Sql String: 106 135 89 #6A8759