Reputation: 14304
Does anyone know how to change the diff lines colors on the left of the text editor?
In Visual Studio 2013 they used to be like this for the Dark theme:
But they changed the color in Visual Studio 2015 to a more khaki tone, and I don't like it:
I can't find them in the Visual Studio 2015 Color Theme Editor.
Upvotes: 1
Views: 263
Reputation: 953
I don't know about the VS 2015 Color Theme Editor. In a standard VS 2015 installation the colors are as shown in your first picture. If you want to change the colors, open the Options dialog with Tools + Options. In the Options window navigate to Environment, Fonts and Colors. In "Show settings for" select "Text Editor". In "Diplay items" look for "Track Changes after saved" and "Track Changes before saved".
Upvotes: 3