Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2012: How to change color of vertical bar left of text editor?

In Visual Studio 2012 there is a vertical bar next to the text editor, in which the red markers of breakpoints are shown:

enter image description here

Is there any way to set the color of this bar?

like image 241
Matthias Avatar asked Jun 20 '13 11:06

Matthias


1 Answers

For the records, I have found the solution. You can change this setting under:

Tools ->
Options ->
Environment ->
Fonts and Colors ->
Text Editor settings ->
"Indicator Margin" (Item Background)

like image 73
Matthias Avatar answered Nov 05 '22 10:11

Matthias