Syntax Highlighting themes for Monodevelop
I am not too fond of any of the default syntax highlighting themes that come with MonoDevelop. I have been tryi开发者_高级运维ng 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?
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.
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:
Tools > Options > Text Editor > Syntax Highlighting
Here Lays Your Default Themes. You Can Adjust Each One Or Create Your Own.
Hope This Helps.
As of 2013, you are able to import syntax themes from two formats:
- the native monodevelop/xamarin studio
json
files - the visual studio
vssettings
files
While 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
Tools > Options > Text Editor > Syntax Highlighting
And click on the Add button, selecting which format you want to import: Color Schemes
(json) or Visual Studio .NET settings
(vssettings)
Et voila!
Note: it seems that the old xml format is no longer supported
精彩评论