Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restore editor colours from VS 2017 in VS2019

I've recently installed Vsiaul Studio 2019 and I notice the colour scheme has changed since VS2017, both of the shell and the editor window. How can I restore the editor colours from VS 2017?

like image 722
Greg B Avatar asked Apr 09 '19 21:04

Greg B


1 Answers

Even though it is a duplicate of this topic, You can simply achieve this by navigating through the following : Tools > Options > Text Editor > C# > Advanced then under the Clarifications section uncheck the Use enhanced colors option.

Note that C# can be any other language that you are using since Visual Studio does not allow changing this option for all languages.

like image 117
Mohamed Ashraf Avatar answered Oct 31 '22 09:10

Mohamed Ashraf