Reputation: 8256
I am trying to change the colors of my VS2010 according to the color scheme http://studiostyl.es/schemes/son-of-obsidian.
In order to import the setting, I go from Visual Studio menu to:
Tools -> Import and Export Settings -> Import selected environment settings -> No, just import new settings, overwriting my current settings -> Choose settings to import -> All Settings
I tried with both project closed and open but it does not work at all. Anybody might help?
Upvotes: 7
Views: 2845
Reputation: 21
this solution works for me:
Upvotes: 1
Reputation: 4348
A few possible solutions, try them in order:
First try to ONLY import Options/Environments/Fonts and Colors.
If you have ReSharper, disable Color identifiers which mess up most color schemes. Go to ReSharper Options/Code Inspection/Settings and disable Color identifiers.
Start RegEdit and first export a backup, then delete the keys below: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\FontAndColors\ Especially cache and the GUID. Then start VS and try import again. This worked for me.
I haven't even tried this but as a last resort, take a backup of C:\Users\YOURUSERNAME\Documents\Visual Studio 2010\Settings\CurrentSettings.vssettings and then edit this file, removing the entire tag
Upvotes: 2