Unknown background style in PHPStorm html code?

I am new to PHPStorm . This is awesome software for PHP developers. I have a little problem with smart HTML coding PHPStorm. When I type the html code, the html code is displayed using background gray color . I do not like the background gray.

So, I want to remove this background color. is it possible or not?

Please help me.

enter image description here

+6
source share
5 answers

Disable Tag name background option in File | Settings | Editor | Colors & Fonts , HTML :

Tag background

+7
source

I turned off the background in File | Settings | Editor | Colors & Fonts | Language Defaults | Markup Tag

+2
source

I was able to publish my copy of PhPStorm by following this reference link to http://phpstorm-themes.com/

(on Mac) Settings → Editor → Colors and Fonts → PHP

+1
source

The documentation shows how to edit:

Change appearance

You may also have topics:

Phpstorm Themes

+1
source

Same thing, but I find it in this solution.

But I found it here:

Preferences / Editor / Colors and fonts / General / Injection language fragment

Turn off the background

+1
source

All Articles