Eclipse – How to change the color of modified files/packages in the Eclipse Package Explorer

eclipseeclipse-pluginegit

In Eclipse's Package Explorer I would like to change the color of the font of files and packages that were modified (managed by the Git plugin, these files are preceded by >).

I went to Preferences > General > Appearance > Colors and Fonts, but I was not able to find which option (if any) controls this case.

Alternatively, is there any dark theme for Eclipse that does not show dark text over dark background?

Best Answer

You can change the foreground color, background color, and font for Uncommitted files. Go to General > _Appearance > Colors and Fonts and open the Git category. At its end, you'll find the Uncommitted entries.

In this example screenshot, the foreground color is changed to red:

enter image description here