nicklocicero
nicklocicero

Reputation: 116

How to remove the weird line on the right side of the gutter in InteilliJ

How can I remove this light green color on the side of the gutter in IntelliJ? It's right next to the tear line. It's really distracting me.

enter image description here

Upvotes: 1

Views: 197

Answers (1)

BitfulByte
BitfulByte

Reputation: 4466

The green background color in the gutter are indicators for version control. Green means those lines have been added. You can disable VCS all together (and manage it from command line for example). But you can also tweak or disable the appearance. Here is how:

Go to settings / preferences -> Editor -> Color Scheme -> VCS and open the editor gutter settings. Open each individual sub-item and untick the checkbox next to background.

settings screenshot

Upvotes: 1

Related Questions