Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio, How to change the color of classes?

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.

like image 601
AustinWBryan Avatar asked Jun 23 '15 22:06

AustinWBryan


People also ask

How do I create 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'.

How do I change the background color in Visual Studio?

For your requirement, you can change the default color of entire Visual Studio's user interface with the following steps: Tools > Option > Environment > General > Color Theme .

What does orange mean in Visual Studio?

Orange: The line has been changed, saved, and the change undone.


1 Answers

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

like image 55
Cyral Avatar answered Oct 05 '22 11:10

Cyral