Unable to find how to disable background color for Laravel view code

I'm not finding anywhere to turn off the background color for the above text.

0

You should be able to check all color properties applied to a certain piece of code by placing the caret into it and then Help | Find Actions | Jump to Colors and Fonts.
You might have some kind of injection with the IDE scope configured at Settings | Editor | Language Injections that does that.

0

I tried the Find Actions thing and the action it jumps to has an empty background color:

Language Injections doesn't have PHP or Laravel:

Now what?

0

I forgot that the Jump to Colors and Fonts tool doesn't show the injected code color property.
You can remove it manually at Settings | Editor | Color Scheme | General > Code > Injected language fragment.

0

请先登录再写评论。