How to change color of brackets when they are selected ?
Asked
Active
Viewed 1.3k times
3 Answers
41
Go over to Settings, and then just go to this menu:

Games Brainiac
- 80,178
- 33
- 141
- 199
-
8If you have a categorised list, it's under "Code" > "Matched Brace" – Mikepote Jan 18 '16 at 13:02
-
2SO, quickly and time safe – CodeToLife May 14 '17 at 17:36
-
As of 2020, this is now found under Editor -> Color Scheme -> General -> Code -> Matched Brace. – ankush981 May 01 '20 at 12:23
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
Go Highlight
Config Page

Sung Qee
- 335
- 4
- 17
3
File => Settings => Editor => Color Scheme => General => Code => Matched brace

CodeToLife
- 3,672
- 2
- 41
- 29