How to remove vertical yellow line? - phpstorm

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:
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:

It's called "Indent guide".
Go to Settings/Preferences | Editor | Color Scheme | General
Locate Editor | Guides | Indent guide style
Change/remove background color for it.

Related

How to change green background to transparent in PhpStorm?

So I want to change the green color that is coming either side of the line.
Try changing color preferences for Injected language fragment (Preferences | Editor | Color Scheme | General, Code) - clear the Background

Wrapping right margin doesn't work

I want to move wrap line to the right. I set option in Settings | Editor | Code Style | PHP on the Wrapping and Braces and also Settings | Code Style | General | Right margin (columns), press Apply and no changes.
Can you help me guys? Is there plugin which do that and I turned it off?
The number you put in Settings -> Editor -> Code Style -> Right margin (columns) is the default value, for all file type. You can override it for PHP in Settings -> Editor -> Code Style -> PHP -> Wrapping and Braces -> Right margin (columns) but you already know that.
The value is used when PhpStorm reformats your code (when you explicitly use the command Code -> Reformat Code from the menu, when you paste some code and also when you use the commands from the Refactor menu). If you want it to wrap the code as you type it you have to also check Wrap on typing (it is located next to Right margin (columns) and can be overridden in the same way.

How can I remove these white lines and set a different background?

This is my screenshot from PhpStorm and as you can see there is whitespace between $pets and double braces and also in #foreach line. I want to remove those backgrounds and I also want to remove the white lines next to and above line numbers.
P.S double whitespace between $pets and closing double braces is intentional.
The line to the left is a code folding outline; you can remove it by disabling 'Show code folding outline' in Settings | Editor | General | Code Folding.
Green background indicates language injection. You can change a color used for it in Settings | Editor | Colors & Fonts | General, Code/Injected Language Fragment

How to hide 'tag area' in PhpStorm 9 under nav area?

How exactly we can remove or hide 'tag show' area under of nav area
and above of 'text editors' or remove this hover action to text editor in
phpstorm8 and PhpStorm 9?
I've tried to change hover color and action to the text editor but cant find this property in color schema or settings.
Settings (Preferences on Mac) | Editor | General | Appearance | Show HTML breadcrumbs
NOTE: you need to re-open editor tab to see the changes.

How to change text color of text input boxes?

The text color of text fields in my PhpStorm is light grey and the background is white.
How to change the color?
You need to change whole GUI Theme to a dark one.
Settings (Preferences on Mac) | Appearance & Behaviour | Appearance | Theme
Use "Darcula" theme (instead of your current "IntelliJ") -- it's the only one that uses dark colors.