Jooxa
Jooxa

Reputation: 637

Unknown background style at PHPStorm html code?

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

Upvotes: 6

Views: 3284

Answers (6)

mahmouds12
mahmouds12

Reputation: 31

Personally, I encountered a similar issue, which I managed to resolve by toggling my Windows 11 appearance settings from 'Dark' mode to 'Light' mode and then back again. You can accomplish this by searching for 'dark' in the taskbar and selecting 'Turn on dark mode systemwide,' or by navigating to Personalization -> Colors -> Choose your mode.

It appears there may be a bug in PHPStorm that occasionally occurs when switching between Light and Dark modes in Windows.

Upvotes: 0

dot3dash4dot
dot3dash4dot

Reputation: 593

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

Upvotes: 4

Sander
Sander

Reputation: 31

Same isue, but i dint find it at the given solution.

But i DID find it here:

Preferences / Editor / Colors & Fonts / General / Injected language fragment

Disable the background there

Upvotes: 1

CrazyCoder
CrazyCoder

Reputation: 401975

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

Tag background

Upvotes: 7

Ibu
Ibu

Reputation: 43810

The documentation shows how to edit:

Edit Appearance

You can also have themes:

Phpstorm Themes

Upvotes: 1

Christopher Marshall
Christopher Marshall

Reputation: 10736

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

Upvotes: 1

Related Questions