Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change color of java keywords in Eclipse editor

How can I change the color of the java keywords like "package" "public" "class" etc in Eclipse java editor ? I hate the default purple color, Thanks

like image 823
JavaMonkey22 Avatar asked May 15 '12 00:05

JavaMonkey22


1 Answers

In Eclipse: Window > Preferences > Java > Editor > Syntax Coloring > "Keyword 'return'" and "Keywords excluding 'return'"

like image 199
Alexander Lucas Avatar answered Sep 30 '22 05:09

Alexander Lucas