Monodevelop 的语法突出显示主题
我不太喜欢 MonoDevelop 附带的任何默认语法突出显示主题。我一直在尝试寻找 Vibrant Ink 实现(或者任何其他东西),但我还没有通过 Google 找到任何东西。是否有任何好的资源可以查找 MonoDevelop 的预滚动主题?
I am not too fond of any of the default syntax highlighting themes that come with MonoDevelop. I have been trying to find a Vibrant Ink implementation (or really anything) but I have not found anything through Google. Are there any good resources for finding pre-rolled themes for MonoDevelop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我今天发现一个博客,它有一个语法突出显示颜色方案:
http://www.taimila.com/ ?p=1124
遗憾的是,我不知道任何主题资源。
I came across a blog today that had a syntax highlighting color scheme:
http://www.taimila.com/?p=1124
I sadly don't know any resources for themes.
我也使用 MonoDev。如果您正在寻找一些东西来突出显示用户定义的变量,祝您好运,我也在寻找。
话虽如此,请转到:
这里是您的默认主题。您可以调整每一项或创建您自己的。
希望这有帮助。
I Use MonoDev Aswell. If You Are Looking For Somthing To Highlight User Defined Vars, Good Luck I Am Still Looking Aswell.
With That Said Go To:
Here Lays Your Default Themes. You Can Adjust Each One Or Create Your Own.
Hope This Helps.
自 2013 年起,您可以从两种格式:
json
文件vssettings
文件虽然您可以在 json 中找到语法主题(例如 zenburn),最终位置是 studiostyles 可以让您下载大量 vssettings 格式的主题。
下载 vsettings 文件后,只需点击
添加按钮,选择要导入的格式:
配色方案
(json) 或Visual Studio .NET 设置
(vssettings)瞧!
As of 2013, you are able to import syntax themes from two formats:
json
filesvssettings
filesWhile you can find syntax themes in json (like zenburn), the definitive place is studiostyles that will let you download tons of themes in vssettings format.
Once you have downloaded the vsettings file, just go
And click on the Add button, selecting which format you want to import:
Color Schemes
(json) orVisual Studio .NET settings
(vssettings)Et voila!