Support to import Visual Studio Color Settings
I would like support so I can import the Visual Studio settings file for at least my Colors and Font settings and perhaps overtime even more. This file format is xml based and there is no reason it can not be easily supported. Most MonoDevelop users are coming from Visual Studio or we go back and forth between the two, having the same look & feel is very important.
1 comment
-
Anonymous
commented
That's not as easy as it sounds.
But if somebody has the time & patience to work on it - it would make a good addin. The import of styles could just take vs.net styles as well. Doing some basic colors is no problem, but the monodevelop editor has way too many colors, but I think some of them can be generated.
It's surely a fun project doing that. If anyone wants to do it he should know a bit about colors (hsl for example).