rainglow / jetbrains

320+ color themes for JetBrains IDEs including PHPStorm, Webstorm and more.
https://rainglow.io
MIT License
1.76k stars 74 forks source link

Laravel theme #23

Open Sroka opened 5 years ago

Sroka commented 5 years ago

Hey, thanks for those awesome themes. My personal favourite is Laravel (despite never having coded in PHP, lol) but I found some issues with it.

  1. I really enjoy the fact that variables are white (DEDEDE). I really helps to distinguish them from method calls. In the original Laravel theme from rainglow.io function arguments are also DEDEDE but in this plugin function arguments are FC580C:

    image

    In Intellij Idea it can be changed under Identifiers ->Function declaration:

    image
  2. Class names are FFC48C instead of DEDEDE:

    image

    It can be changed under Classes -> Class name Same for static classes under Classes -> Static class

  3. Unknown symbols (such as method names with a typo) are missing Underwave which makes them undistinguishable from properly named methods. It can be changed under Errors and Warnings -> Unknown symbol

  4. Outlined entity has a foreground nearly the same as Editor background. It can be changed under Code -> Outlined entity. I guess it can be completely removed or changed to Bordered effect