Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown background style at PHPStorm html code?

Tags:

html

phpstorm

I'm new to PHPStorm. This is awesome software for PHP Developers. I have a small problem on PHPStorm HTML intelligent coding. When I type html code , the html code shows with background gray color. I don't like the background gray color.

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

Please help me.

enter image description here

like image 805
Jooxa Avatar asked Dec 12 '12 00:12

Jooxa


3 Answers

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

Tag background

like image 74
CrazyCoder Avatar answered Oct 05 '22 10:10

CrazyCoder


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

like image 45
jimmyjudas Avatar answered Oct 05 '22 09:10

jimmyjudas


I was able to theme my copy of PhPStorm following this websites help link http://phpstorm-themes.com/

(on Mac) Preferences -> Editor -> Colors & Fonts -> PHP

like image 24
Christopher Marshall Avatar answered Oct 05 '22 09:10

Christopher Marshall