Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing text color in Eclipse

I'm trying to change the text color in Eclipse (version 3.7).

From what I've read about this it seems I should be able to change the java editor text by going to window > preferences > general > appearance > colors and fonts, selecting java > java editor text and clicking "edit".

When I do this and choose a different color, however, it simply reverts to black whenever I click "ok". I can change the font, size and other attributes, just not color. I've tried changing the "set to default: text font" to "overrides default:text font", right clicking the text I want changed and selecting preferences from there, changing the basic > text font (same problem).

Any ideas?

like image 994
Andrew Coomes Avatar asked Mar 09 '12 03:03

Andrew Coomes


1 Answers

Window > Preferences > Java > Editor > Syntax Coloring
like image 172
Eng.Fouad Avatar answered Sep 21 '22 06:09

Eng.Fouad