Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change font color for method names (from yellow) in the new Visual Studio 2019?

Tags:

I have updated to the newest Visual Studio 2019 and it looks like they have changed color scheme for text, e.g. method names became yellow. I would like to return it back to white as before, but can't figure out where this setting is.

P.S. Same thing for parameter names that became blue. There is probably some option to switch to old color scheme?

like image 681
Ilya Chernomordik Avatar asked Apr 04 '19 11:04

Ilya Chernomordik


People also ask

How do I change the color of text in Visual Studio?

On the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In the Show settings for list, choose Environment. If you want to change the font for tool windows only, in the Show settings for list, choose All Text Tool Windows.

How do I change the color of a variable in Visual Studio?

On the Environment > General options page, change the Color theme selection to Dark, and then choose OK. The color theme for the entire Visual Studio development environment (IDE) changes to Dark.

How do we customize the Font color?

Go to Format > Font > Font. + D to open the Font dialog box. Select the arrow next to Font color, and then choose a color.

How do you add a custom color in Visual Studio?

Within the Visual Studio Designer, under the properties window you are able to select the ForeColor , BackColor etc using color picker. When you want to pick a color, a color picker comes up with the tabs 'Custom, Web, System'.


2 Answers

VS2019 also introduced new "enhanced" colors for .NET languages, for which there is a separate option to toggle on and off:

Tools -> Options -> Text Editor -> C# -> Advanced, "Use enhanced colors for C# and Basic" setting

The same checkbox is listed for both C# and Basic (VB).

like image 70
Jimmy Avatar answered Oct 22 '22 10:10

Jimmy


Updated answer for 2020.

Visual Studio 2019 color scheme

Make sure this is set to 2019.

like image 45
Zoidbergseasharp Avatar answered Oct 22 '22 10:10

Zoidbergseasharp