Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phpstorm Git file colors

Tags:

git

phpstorm

My PhpStorm is coloring changed files when Project is under Git . Where can I change color? Dark blue is not good readable.

Thanks

like image 368
Joeeee Avatar asked Jan 29 '13 10:01

Joeeee


People also ask

How do I change the color code in Phpstorm?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. Use the Scheme list to select a color scheme.

Why is the file yellow Intellij?

This also happened to me and the cause was that the project folder was removed from the 'project structure'. You can re-add it in Settings -> Project <...> -> Project Structure . I had this issue in PyCharm and this solution worked for me.

What does blue mean in Intellij?

Pale blue means that the line has been changed. When I look at the About Intellij section it says I'm using Intellij Community Edition 2016.1.


2 Answers

File status colors can be changed at Settings | Editor | Colors & Fonts | File Status

UPDATE: Since 2018.x it moved to Settings/Preferences | Version Control | File Status Colors

like image 109
LazyOne Avatar answered Sep 27 '22 01:09

LazyOne


To be more specific: change these three colors under File Status

[option] Have changed descendants
[option] Have immediate changed children
[option] Modified
like image 42
Chandra Sekhar Roy Avatar answered Sep 24 '22 01:09

Chandra Sekhar Roy