views:

1009

answers:

5

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.

A: 

As far as I have been able to find, you can't :-(

Orion Edwards
What about this [though][1]? [1]: http://allwrong.wordpress.com/2008/06/05/visual-studio-fonts-and-colors/
Joan Venge
This was done by changing the "Plain Text" property - please see my post
Andrew Hare
+3  A: 

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.

Andrew Hare
+2  A: 

Bah, posted an answer and it got lost. FF and my proxy server aren't getting along.

I think there's no way to just change the color of the parens, they seems to follow the text color. I did find this tool that lets you do all sorts of things with paren color; looked pretty nifty for $49.

jcollum
that looks pretty neat. Probably a fun dev project...
Tim
A: 

But what about this? The braces and plain text is different.

Joan Venge
That is not plain text - those are identifiers, plain text governs braces, method parenthesis, semi colons, etc. Trust me and try it, it really is the only way to do it.
Andrew Hare
Thanks you were right. Can't believe it was the most obvious entry that I missed.
Joan Venge
A: 

I know this is an old already answered question but I found a solution that suited me at least.

Set the "Plain Text" colour to be the colour you want the braces to be then set the "Identifier" colour to be what you want the rest of the text to look like.

John Hunter