Thibaut
Thibaut

Reputation: 182

Changing the background color of the matched brace in PhpStorm 10

I just changed my version of PhpStorm (10) and I'd like to know how to change the background color of the matched brace.

A screenshot will be easier to explain. :)

Screenshot

Upvotes: 2

Views: 863

Answers (1)

LazyOne
LazyOne

Reputation: 165501

It's hard to say by looking your custom color schema -- it would be better if you post the same screenshot using standard Default or Darcula schemas -- at least we both will be looking at the same colors.

But right now most likely it would be Matched brace style -- you can find it at Settings/Preferences | Editor | Colors & Fonts | General --> Code.

Upvotes: 7

Related Questions