Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiline string background color in PhpStorm

How do I remove or change the green background from ES6 multiline strings in PhpStorm?

See an example here.

like image 723
Mikko Avatar asked Nov 14 '16 06:11

Mikko


1 Answers

Can't varify, as I am currently not at a machine with PHPStorm installed, but i am quite confident it's:

File -> Settings -> Editor -> Colors & Fonts -> General -> Code -> Injected Language Fragment

Just remove backgrounds color there.

like image 85
Georg Avatar answered Sep 28 '22 09:09

Georg