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

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).


Updated answer for 2020.

Visual Studio 2019 color scheme

Make sure this is set to 2019.


It is possible to change in Options->Environment->Fonts and Colors. There is a list with different User Memebers - ... and User Tyeps - ... that define these colors.

enter image description here

I have actually changed User Members - Fields and User Members - Properties to be same color as User Member - Parameters. It became much better, white and yellow did not work too well for me :)

Now it's almost like Visual Studio Code