怪我咯2017-05-15 17:11:13
Tips, I suggest you provide more information.
First of all, the file name color is related to your theme configuration. . The same color may have different states under different themes.
Open Preferences -> Editor -> Colors & Fonts -> File Status
It is best to determine your File Status based on color, and then discuss solutions based on the situation.
In the impression of the default theme, this color should be related to git. You said you imported your colleague's project, how did you import it?
Secondly, if you import someone else's project into a local existing project, it may be caused by Merge Conflicts. Then your correct approach should be to handle it through git commands, such as git merge
或者 git rebase
或者直接 git cherry-pick
. Instead of processing it in webstorm