Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have eclipse with pydev and i set the background to black and text white. now when i click on any word, is highlighted in a yellow color

Tags:

eclipse

pydev

I have eclipse with pydev and i set the background to black and text white. now when i click on any word, is highlighted in a yellow color and i don't know how to change this yellow color to another. please help

like image 897
Totty.js Avatar asked Jul 22 '10 21:07

Totty.js


People also ask

How to remove text highlight in Eclipse?

Go to Windows Menu bar > Show View > Other > Type coverage and open it. Click on Coverage. To clear highlightings, click on X or XX icon as per convenience.

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.. Save this answer.

How do I change the highlight color in eclipse?

More color and font options can be configured by opening the preferences page, accessed from Window | Preferences, and selecting: General | Appearance | Colors and Fonts. General | Editors | Text Editors | Annotation.


2 Answers

Solved: Windows -> Preferences -> General -> Editors -> Text Editors -> Annotations -> Occurrences (Pydev) and change the color :D

like image 91
Totty.js Avatar answered Oct 16 '22 17:10

Totty.js


Window -> Preferences -> Text Editors -> Appearance color options in the bottom and change the current highlight color

like image 29
Manuel Selva Avatar answered Oct 16 '22 19:10

Manuel Selva