Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change search background color in eclipse

Tags:

eclipse

I've been searching for about 40 minutes now and this is just so frustrating...

The standard search result background color in eclipse is freaking white and black. Everytime I search something I have to scan the screen for like 50 seconds before I find the spot where Eclipse has found something. I don't know which goon set it this way but he must be working with the goon who programmed the interface for configuring the colors... I can't find it.

Where do I change the background color of search results?

I feel ashamed to have to ask this here... but the things I've tried, like setting it in general>editors>text-editors>annotations didn't work.

like image 810
C-TZ Avatar asked Jun 06 '12 22:06

C-TZ


People also ask

How do I change the background color in eclipse?

To change the color theme in your editor: Go to Window | Preferences | General | Appearance | Color Theme. The list of available Eclipse color themes is displayed.

How do I change the background color of text in eclipse?

Open Preferences, and navigate to General->Editors->Text Editors->Annotations. Select Occurrences, and change the color to whatever you like..

How do I change colors in Java Eclipse?

Eclipse Color Theme makes it possible to switch color themes conveniently and without side effects. After the installation, go to Window→Preferences→General→Appereance->Color Theme to change the color theme.


2 Answers

In the Eclipse menu bar: Windows->Preferences->General->Editors->Text Editors->Annotations

Then scroll down to "Search Results" and set the highlighted text color.

This works for Eclipse Helios and Eclipse Juno. I haven't tested other versions.

like image 74
bityz Avatar answered Oct 03 '22 15:10

bityz


I am not sure I understand what you mean, but this might help, go to:

Eclipse -> Preferences -> General -> Search there is a line in the right that reads: "Foreground color for potential matches" and it has a box right next to it where you can change the colors. You can change the color of the search. Otherwise, you can also change the colors of what Eclipse highlights by going to:

Eclipse -> Preferences -> General -> Appearance -> Colors and Fonts -> Match Highlight background color
and change the color there.

Hope this helps! You can also look at this webpage:

http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Ffontsandcolors.htm

like image 36
Laura Avatar answered Oct 03 '22 15:10

Laura