Reputation: 12220
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?
Upvotes: 5
Views: 7021
Reputation: 20985
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:
Upvotes: 11