Reputation: 116
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.
Upvotes: 1
Views: 197
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.
Upvotes: 1