Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 497
rapt Avatar asked Mar 19 '16 17:03

rapt


1 Answers

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

like image 188
Rüdiger Herrmann Avatar answered Oct 10 '22 20:10

Rüdiger Herrmann