Dark mode in Eclipse changes the color of the drop down menu text making it unreadable. How do I fix this? - eclipse

I'm new to using Eclipse and programming softwares in general, so more thorough explanations would be appreciated!
How do I change the text back to a dark color to read it, and is it possible to make the background grey and keep the text white?

Depending on the Eclipse version you are using, Dark theme may differ:
Under Eclipse Bar Menu Window, select Preferences
From the Preferences Window, Select General -> Appearance
From the drop down Theme, select one of the available "Dark" themes
You could also click here on the Restore Default button to revert all changes you have tried then Click on Apply button
Must restart Eclipse to be effective.
Following is the Default Dark Theme when using Old Eclipse 2019-09
Following is the Default Dark Theme when using New Eclipse 2020-12

I had the same issue of having light background and light text in the menu dropdowns.
Fixed by cycling the Windows theme from custom to "Windows" then back to a dark these. This was done in Personalization -> Themes in Windows 10. Now, the dropdowns are dark with legible text.

Related

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.

How to make Eclipse color settings permanent?

I installed Eclipse Luna. I like what the built-in Dark theme does to all the views surrounding the actual text editor. However, I like to use my own color theme Solarized Dark on the editor and furthermore I'm changing a few highlight-box colors in the Editor Annotation settings. I'm able to make all of those configurations just fine. It takes a few minutes however and every time I start Eclipse again all my color settings are back to the default Eclipse Dark Theme, including text editors, highlights and such.
How can I make the aforementioned settings permanent, as in not having to tweak them again every time I start Eclipse?
in Eclipse, Window -> preferences ,
in General / appearence /Colors and Fonts
For save changes click first on "Apply" and after "OK"

Set eclipse hyperlink color under KDE

I have dark eclipse theme (Moonrise) and also dark theme for native widgets set in KDE. The problem is that dar blue hyperlink are not very legible so I would like them to be of different color. In the picture there is not that dark theme used, but with darker colors the link cannot be read.
Even thoughtI was setting the hyperlink color in every possible settings menu I could think of, I have not been able to set eclipse hyperlink color. It seems that Eclipse ignored the Appearance -> Colors and fonts settings.
It would make somehow sense if the native GUI settings would be to have dark blue hyperlink color. But I cannot see, that this would be the case in Application Appearance -> Colors section.
Is there a way to change the color of hyperlink? Why is it still dark blue? I am not interested in settings the tooltip background as is often suggested in this case- I have already set it to lighter color so the hyperlinks are readable.
Go to Window > Preferences and change the current theme restart eclipse. Refer picture below.
Install eclipse colour theme plugin then you will get lots of options to change the theme. See here.
Note that in different themes the colour of active and visited link will be different.
Edit
After looking at your comment, you may get some clues from here
GNOME settings
KDE settings
Eclipse on Ubuntu

I want to change the color of the text editor of Eclipse easily!

Eclipse is a default, and a background color is white,
but many developers uses the dark color (black) and thinks whether it is used the letter color with white or green.
I can't find tools which the color template can change an editor color of Eclipse by a blow very much.
Do you know featured WEB sites.?
If get possible to choose dark color among a beginning like MIFES, makes me Happy
I don't fully understand your question but for changing Eclipse's editor background color just go to menu: Window > Preferences, and in the dialog go to General > Text Editors. In that form just select Background color from the list Appearance color options and use the color picker in the right to change it. For other formatting options go to General > Colors and Fonts in the same dialog.
NOTE: All these formatting changes are saved in your workspace if you create a new one it'll start with the default settings
As a very late follow-up (just found this via search), there is now Eclipse Color Theme, a plugin you can grab from the marketplace. It enables you to use color themes from various sites and load them directly.
They even got a few relatively close Netbeans-lookalikes (that's why I was looking for one).
If you mean "themes" as Netbeans has "Dark pastels" theme - then Eclipse currently doesn't have this feature.
In the newer version of eclipse, we have an option Switch to Theme...
This should resolve the issue.

Eclipse - editor colors - a healthy configuration

I use Eclipse for Java, Python, C(++) and so on.
I'm accustomed to Vim and the dark color schemes. The default white background just hurts my eyes. And that's a real problem. It doesn't seem Eclipse supports any schemes? I tried a Plugin but it doesn't seem to work for MacOS and Eclipse 3.3.2.
Is there any better option for some color support?
Thanks,
wishi
There are some dark color themes available in the Eclipse Color Theme plugin:
http://marketplace.eclipse.org/content/eclipse-color-theme
Please check Fonts and colors in Eclipse for customization of Eclipse.
Note: Eclipse Luna (4.4, to be released in June 2014) just introduced (May 2014) a default syntax coloring for dark theme when using the Koneki project: see bug 433607, by Simon Bernard:
That illustrates how you can define your own syntax coloring theme and how you can register an extension to the dark theme for recent (4.x) Eclipse.
Go to "Preferences" under the "Window" menu.
In the dialog that pops up, select General, then Appearance, then Colors and Fonts
Correction: for editor foreground / background colors, you need to go to the preferences dialog, then select Editors, then Text Editors
You can also go to your source code, press the right mouse button, select an option under "Appearance color options:" and change the color using the "Color:" selector displayed.