Reputation: 6583
I'm using Eclipse Color Theme plugin and it works great. I have only one issue. Sometimes when Eclipse highlights fragments of code it just doesn't seem readable. For example when Eclipse highlights search results it looks like this:
The name "Product" is hardly visible in the highlight. Is there any way to tune highlight color settings in Eclipse Color Theme?
PS. I'm using default themes that I got after installing the plugin. I didn't download any custom themes.
Upvotes: 9
Views: 1675
Reputation: 1
The annotation "Write Occurrences" is also important! (The bottom, not shown in the picture) Here you can set how the highlighting acts for the live Word Search (directly typing a word identical string are indeed highlighted by Eclipse to these highlights, it is so)
Upvotes: -1
Reputation: 1431
You can adjust the highlight colors directly in Eclipse.
On the right side of your code you see the color mark for the search results (red arrow).
If you right-click on this mark the entry "Preferences" shows up.
This will take you to the Preferences Dialog: General > Editors > Text Editors > Annotations
If you adjust the colors for Occurences and Search Results this should do the trick for you.
Upvotes: 10