Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse dark theme highlight issue

Tags:

eclipse-cdt

I just switched from geany to eclipse and I have a little problem

How can I change that highlight color which is VERY annoying

enter image description here

As you can see, whenever I highlight anything and click somewhere else, it changes like this. How can fix this little bug?

like image 553
Mert ÇELEN Avatar asked Mar 29 '15 00:03

Mert ÇELEN


People also ask

How do I change the highlight color in Eclipse?

Under Preferences->General->Colors and Fonts, select "Match background highlight" and edit/reset the colour.

Can I change the Theme of Eclipse to dark?

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 get darkest dark theme in Eclipse?

Impressive dark UI without any extra setup—Simple to turn on and off from Preferences>General>Appearance. Easily customized to your liking—It's a breeze to customize your colors fromPreferences>General>DevStyle>Color Themes.


1 Answers

Open Window>Preferences>General>Editors>Text Editors>Annotations

Modify the color for "PHP elements 'read' occurrences" and "PHP elements 'write' occurrences". Obviously I'm using eclipse PHP but you should see similar options in the annotations list for non-PHP eclipse.

like image 160
maddRobot Avatar answered Oct 01 '22 05:10

maddRobot