C# – Visual Studio, How to change the color of classes

cvisual studio 2010

I'm trying to change the color of the classes in the text editor. I am using Visual Studio and C#. I've been able to change all the other colors, but I can't find the options for classes.

Best Answer

Navigate to Tools -> Options / Environment -> Fonts and Colors. Change the color for "User Types - Classes".

http://i.imgur.com/SeLaSXD.png

(Despite being named "User Types", this setting applies to all classes.)