Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to change color for file names in tab row of PhpStorm?

I am using the dark Darcula theme and git integration. Changed files are shown in a rather dark blue and new files are shown in a green which do not harmonize at all with the background color.

Tab row of php storm with bad color scheme

I am trying to change the color but cannot find the place in the options.

How to change the colors?

like image 976
k0pernikus Avatar asked Aug 25 '14 15:08

k0pernikus


People also ask

How to Show tabs in PhpStorm?

Alternatively, you can choose Window | Editor Tabs | Show Hidden Tabs from the main menu to see hidden tabs. Select this option to automatically arrange pinned tabs in one row and unpinned tabs in other rows.

What does blue file name mean in intellij?

Hi! Files marked with blue overlay badges are source files (for CMake projects, if a file icon does not have this overlay badge, it means that the file is not included in CMakeLists.txt). The information is here - https://www.jetbrains.com/help/clion/icons-and-symbols.html#prj-view-icons.

How do I find a file in PhpStorm?

From the main menu, select Edit | Find | Find in Files Ctrl+Shift+F . In the search field, type your search string. Alternatively, in the editor, highlight the string you want to find and press Ctrl+Shift+F . PhpStorm places the highlighted string into the search field.


3 Answers

You can edit the colors of the file names under:

Settings > IDE Settings > Editor > Colors & Fonts > File Status.

File status interface

like image 146
Noah Avatar answered Sep 19 '22 15:09

Noah


It has moved in the newer versions (I am using 10.0.3) - they removed IDE Settings

Settings > Editor > Colors & Fonts > File Status > "Modified"

Note:I had to shutdown phpstorm and re-open for the changes to take effect.

like image 31
Tim Ramsey Avatar answered Sep 18 '22 15:09

Tim Ramsey


Was looking for this today. In the current version of PhpStorm 2020.03. It's in File->Settings->Version Control->File Status Colors. See below.

enter image description here

like image 28
Matija Avatar answered Sep 17 '22 15:09

Matija