From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Customize font colors

Customize font colors - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Customize font colors

- [Instructor] We're going to look at how to change any of the individual colors and typefaces for the Visual Studio IDE. For this example, I'll concentrate on changing the colors for the items you find in the text editor but you should know that Visual Studio supports changing the colors everywhere in the IDE, so I could change the line numbers in my code editor or the text that appears on my toolbars or what's in the Solution Explorer or the error windows. It's very customizable. What I'll show you in this demo is changing the comment color and also talk about changing what's called the brace match. I'll show you what I mean. If I move my cursor to the left of that curly brace on line 21, you'll see there's this subtle gray background appears there. You also see the same background down on line 27. That's the brace match. That's supposed to give me a clue of which brace in the IDE matches. Now of course in the newer versions of Visual Studio, we have this dotted line here, so that's…

Contents