Ashley Davies
Ashley Davies

Reputation: 1893

How do I change even line background colours in Visual Studio?

I find the dark theme much easier to concentrate in, but I think I mucked something up a while ago and it turned the dark theme text editor into a monstrosity:

enter image description here

I tried clicking reset to defaults in this menu:

enter image description here

But it appears that that menu does not control this specific part because it did not change it back (Or god forbid it's supposed to look like this)

Does anyone know the solution for this?

Upvotes: 2

Views: 916

Answers (1)

mandaleeka
mandaleeka

Reputation: 6667

It looks like you have an extension installed that is providing that coloring. Go to Tools->Extensions and Updates and check if there's anything about alternating line colors (perhaps this extension), and disable or uninstall it.

Upvotes: 2

Related Questions