You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you want to list all your implementations of interfaces in PHP (PHPStorm) there is unreadable text, when implementation lies in vendor folder of PHP application this bug also affect file tree view in vendor folder.
File view:
Implementation view:
The text was updated successfully, but these errors were encountered:
Hi @tmihalicka 👋
This problem looks like it is related to #47 and #51 that was fixed/improved in #53.
Can you please make sure you haven't set a custom color for it through Settings ➜ Appearance & Behavior ➜ File Colors? If there are custom colors set this might be the root cause of the problem. Unfortunately there is not much I can do as a theme author since this configuration is on the user-side.
When you want to list all your implementations of interfaces in PHP (PHPStorm) there is unreadable text, when implementation lies in vendor folder of PHP application this bug also affect file tree view in vendor folder.
File view:
![Screenshot 2019-07-10 at 18 47 21](https://user-images.githubusercontent.com/1620790/60988071-3216c480-a343-11e9-85a2-bf25e27d9b94.png)
Implementation view:
![Screenshot 2019-07-10 at 18 48 08](https://user-images.githubusercontent.com/1620790/60988115-45299480-a343-11e9-83b3-36cc53bc4863.png)
The text was updated successfully, but these errors were encountered: