27

How to change color of brackets when they are selected ?

enter image description here

Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69

3 Answers3

41

Go over to Settings, and then just go to this menu:

enter image description here

Games Brainiac
  • 80,178
  • 33
  • 141
  • 199
9

Maybe the plugin HighlightBracketPair is suitable for you. The plugin will highlight the most left and most right brace pair for you when you move the caret, and you can custom the color the effect.

Java Highlight java

Go Highlight go

Config Page settings

Sung Qee
  • 335
  • 4
  • 17
3

File => Settings => Editor => Color Scheme => General => Code => Matched brace

CodeToLife
  • 3,672
  • 2
  • 41
  • 29