Search code examples
phpstormjetbrains-ide

How do I change the active file colour in PhpStorm?


enter image description here

Highlighted is the current file opened in the editor. How do I change the colour so it's easier to see what file I have actually opened / clicked on.

NOTE: I'm using the new UI on PhpStorm 2023.1.2


Solution

  • There's no out-of-the-box way to achieve that currently: IDEA-68266

    What you can do instead is to make the selection in the Project tool window follow the file currently focused in Editor:

    Project tool window options | Always Select Opened File

    enter image description here