Search code examples
laravelphpstormlaravel-blade

How to fix space grey Laravel Blade selection?


I am using the PhpStorm Spacegrey Theme in my editor. The PHP files look great, but the Laravel blade.php files have an very ugly highlighting:

enter image description here

How can I disable it?

I also use the plugins:Material Theme UI, Laravel (Both under Downloads), Blade (Template Languages)


Solution

  • Looks like that Color Scheme does not support Blade files. You need to go into Settings/Preferences | Editor | Color Scheme | Blade and adjust colors as needed.

    Most likely this would be background color for the Directive style (either remove it or set custom one).

    enter image description here