Search code examples
c#visual-studioide

How to change the braces/parenthesis colors in Visual Studio


I am not talking about the highlight colors but the actual colors. I got a color scheme with light background color but the braces/parentheses are barely visible. Anyone knows how to change this?

Btw this is for C# because C++ seems to color braces/parentheses using operator color.


Solution

  • Tools > Options > Fonts and Colors > "Display Items" : Plain Text

    Unfortunately this changes a lot more than just braces but its the only way to target them as far as I know.