Change color of java keywords in Eclipse editor

android, eclipse

Solution

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

Problem

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

Original source