Home > Mobile >  How to remove most highlights from scrollbar in JetBrains IDEA?
How to remove most highlights from scrollbar in JetBrains IDEA?

Time:12-15

I am exploring code with a lot of problems and my scrollbar is looking like

enter image description here

I don't see any sense of flooding entire scrollbar with yellow. Also it prevents me to see something important like scrollbar knob. Can I disable scrollbar notifications only? I would like to remain problems highlighted in code.

CodePudding user response:

Settings (Preferences on macOS) | Editor | Color Scheme | General | Errors and Warnings, disable the Error stripe mark for all the items.

error stripe

  • Related