I can\'t find a way to change the color of the highlighted selection in the autocomplete box in Eclipse.
How to change it for all Ubuntu themes
On Ubuntu you can add a fix to the Appearance theme:
gedit ~/.gtkrc-2.0In that file add these lines:
style "eclipse_fix"
{
base[ACTIVE] = shade(0.7, "#F2F1F0")
}
class "GtkTreeView" style "eclipse_fix"
Save file