eclipse dark theme cannot show the tab property - eclipse

when using eclipse Dark Theme, some tab is very difficult to see its content as it show all white as below (the red highlighted), any method to prevent it?

These colors can be configured and are not the default colors of the dark theme. This misconfiguration could have been done manually or happened by installing or using a third-party plug-in.
You can see if it is a misconfiguration by switching to a new workspace without copying the settings.
In this case, go to Window > Preferences: General > Appearance > Colors and Fonts edit the color in View and Editor Folders or hit Restore Defaults.

go to Window > Preferences > Appearance
-there you can select dark background
-click on "Apply and Close"
now to get the tabs working go to Window > Preferences > Appearance > Colors and Fonts
edit the following and set to color black
-Active (no focus), selected part foreground
-Active selected part foreground
-Inactive, selective part foreground
-click on "Apply and Close"

Related

How to revert this thing in Eclipse?

I changed the theme of my Eclipse and now when hovering a method/anything the background of the container is black, and nothing cant be read about the method.
Check this :
In Window > Preferences: General > Appearance > Colors and Fonts change the color Basic > Information background color.

Changing Eclipse CDT setting's tab background colour

How do I change the background colour of the active tab in Eclipse CDT's preferences/properties pages? I'm on the dark theme and the white words are clashing with the white background and I am unable to find the right place to change it in under Preference > General > Appearance > Colors and Font.
Screenshot:
Thank you!

How to change highlight color of selection in search tab in Eclipse?

In Eclipse 4.2 on Windows 7, in the search results tab, the selected search result has an unpleasant light color that makes it hard to read the text under it:
I have not been able to locate where this color is. Any ideas?
Try changing your Themes & Appearance settings.
Go to Windows > Preferences > General > Appearance
You will get options for Color themes, and label decorations.
you can download more themes from eclipse theme plugin
Its operating system's default selection color, you cannot change that thro' eclipse. Although if you select a light color theme, you will get black or dark color text and you will be able to see the text more clearly over this light blue background. or you can manually choose dark shades of colors for text.

change in colour of highlights does not stick

I am trying to change the colour of the highlights of occurrences, as described here.
I can do this, and it works. However, when I restart LiClipse (on osx 10.9.3, liclipse v0.99), the previous colour is back.
I tried changing the permissions on /Applications/liclipse, but this did not help. -- what else could I do?
LiClipse manages the color scheme itself.
So, if you want you can use it to change the colors (preferences > appearance > color theme > edit theme > occurrenceIndication).
Now, if you want to manage those yourself after the initial LiClipse set, in preferences > appearance > color theme you can change 'reapply settings on restart' to 'dont reapply settings on restart.

Change variable hover window background while debugging on Eclipse

I've been changing thousands of different preferences on Eclipse and I still cannot change hover window background while debugging on Eclipse.
Here is a photo of the black background I want to change the color to: http://img208.imageshack.us/img208/7126/blackbackgrounds.png
Thanks in advance.
In Fedora 18 using KDE as desktop you have by default a oxygen-gtk for GTK applications.
You can also change the setting of this color under the following file:
/usr/share/themes/oxygen-gtk/gtk-2.0/kdeglobals
[Colors:Tooltip]
BackgroundNormal=
Hope this helps
Windows->Preferences.
Java->Editor->Appearance color options->Source hover background. I have check-box System default set and it is working fine for me.
For Fedora18 KDE, go to System Settings -> Application Appearance -> Color
Select the tab "Colors" and edit the entry "Tooltip Background"
If you're using gnome, change the system wide tooltip background color:
System > Preferences > Appearance
Theme > Customize…
Colors > Tooltips
(source)