Adam
Adam

Reputation: 28968

How to remove vertical yellow line?

I am Using PhpStorm EAP 2020.3 together with this theme: https://github.com/jesusOmar/one-dark-phpstorm

Everything looks good, except that there is a yellow vertical line indicating the tabs:

https://github.com/jesusOmar/one-dark-phpstorm

How can I disable that? I was looking in Editor > Color Scheme > PHP but the editor does not show any yellow lines in the preview:

enter image description here

Upvotes: 0

Views: 96

Answers (1)

LazyOne
LazyOne

Reputation: 165088

It's called "Indent guide".

  1. Go to Settings/Preferences | Editor | Color Scheme | General
  2. Locate Editor | Guides | Indent guide style
  3. Change/remove background color for it.

enter image description here

Upvotes: 2

Related Questions