warvariuc
warvariuc

Reputation: 59604

How to disable change markers in PyCharm

Where in the settings can i disable markers for added/modified lines?

enter image description here

Upvotes: 1

Views: 1002

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402015

You can configure it in Editor | Colors & Fonts | General | Modified lines / Added lines:

modified background

This changes the left gutter color, to modify the right stripe mark color go to the Diff color settings and change the color to be the same as the stripe gutter background:

Diff

Upvotes: 4

Related Questions