An ugly choice in a text editor in Visual Studio 2012

I started using Visual Studio 2012, and there is one feature that really upsets me: the selection method in a text editor. For some reason, this looks different for variables and the rest of the text. The same can be said of high lighting:

Visual studio 2012 selection

Is there a parameter to make the selection and the dividing line the same as in all previous versions of VS and all other editors?

+4
source share
1 answer

There are no settings for this, but why does your choice look ugly because you set the background color for the given (identifiers) types. In Tools*Options*Environment*Fonts and Colors select Identifiers and set Item Background to Default

+9
source

All Articles