Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
911 stars 137 forks source link

The colors are causing me panic attacks (almost) - what secret setting changes it? #2276

Closed torian257x closed 8 months ago

torian257x commented 8 months ago

See for yourself:

image

I went through all color scheme settings TWICE. None seem to change this. There is no visible setting in phpstorm to fix this.

I shall perish earlier than expected working like this

you can reproduce as well when using the solarized theme, looks ugly too even though not as ugly as this Solarized_Dark.icls.zip

I searched for the weird highlight colors in the exported color schemes without success. It isnt imported. This is the devils spawn of this plugin

Haehnchen commented 8 months ago

There is nothing provided by this plugin.

it looks like its related to the latest PhpStorm releases which introduce some support for querybuilder parameters, there is now injecting of custom dql language into this parameters, in which the custom(?) theme does not provide support for it.

torian257x commented 5 months ago

@Haehnchen how can this be from phpstorm if it disappears when you uninstall the plugin?