Can't Install eclipse theme - eclipse

I have recently switched Eclipse workbench and installed again the MoonRise UI Theme for my Eclipse.
Unfortunately I don't know why font colors don't change. Can anyone help me?
Running Eclipse Mars
How it should be:
How it is:

I hope you would have got the answer by now.
To get the fonts one must change the preference. There is an existing preference available by name RainbowDrops.epf. You can import the same to get a dark theme look.
A complete tutorial along with the RainbowDrops.epf file is available in the below link.
https://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme/metrics

Related

Darkest Dark theme does not work in Eclipse

I have Eclipse IDE for C/C++ Developers on Windows 8.1. I installed Darkest Dark theme from the Marketplace, but it does not work. Upon restart, Eclipse starts with my previous theme and Darkest Dark does not even appear in Preferences window. However, when I open Marketplace again and search for it, it shows as installed. I searched but did not find an answer to this exact problem.
Any help?
Answering my question in case someone else has the same problem.
After e-mailing Genuitec support, it turned out the problem was a permissions issue.
So I uninstalled Darkest Dark, opened Eclipse as administrator, installed it again and now it works.

Eclipse IDE for (Embedded C/C++) Developers 2020-12: Classic dark theme deep black color background and text in menu

Problem with dark classic theme in Eclipse 2020-12 (4.18) for C/C++. Menu have all black color:
Top panel has the same problem:
That's a bug of Eclipse TMF which is contained by default in the
Eclipse IDE for C/C++ Developers and the
Eclipse IDE for Embedded C/C++ Developers
in Eclipse 2020-12 (4.18) that has already been fixed:
Eclipse bug 569790 - [dark] Dark mode issue when Trace Compass is installed
Unfortunately, this bug was detected and fixed only shortly after the 2020-12 release. So I created the following (unofficial) update site that can be used to get the patched Eclipse TMF (via Help > Install New Software...):
https://howlger.github.io/Dark-Theme-Fix-for-Eclipse-2020-12-with-TMF/update
Update: the official update site has been published in the meantime:
https://download.eclipse.org/tracecompass/stable/repository/
Alternatively, you can use another dark theme instead of the built-in dark theme, such as one of the following (do not use the Darkest Dark Theme with DevStyle since it might slow down Eclipse and can cause issues):
Eclipse Spectrum Dark Theme
Planet Themes
Please note, a dark theme is a bit more stressful for your eyes compared to a light theme (the human eye can adapt well to dark, but works best with more light).
See also: My GitHub project to create the update site to patch TMF

eclipse STS 4.7 with devstyle explorer browser folder arrows are dark/black and can't be seen in dark mode

installed eclipse STS 4.7. then installed dev style plugin from marketplace. Set it to dark mode with intelliJ dark theme. Now I can't see the side arrows.
STS 4.7 is based on Eclipse 2020-06 and there are known issues with Dark themes in this version of Eclipse. The good news is that we already have a fix for it in DevStyle. The update will be available early next week but you can try a patch and see if the fix will work for you. To try it you can follow the instructions in my last comment here

Can't install any eclipse UI themes on Ubuntu

I'm trying to install a new eclipse UI theme, as staring at a white UI all day makes my eyes hurt. Specifically, I'm trying to install the following: https://github.com/guari/eclipse-ui-theme
However, despite following all of the different installation options they list on that github ReadMe, I can't get it to work. No matter what I do, only the standard three themes show up, as displayed in this screenshot: https://imgur.com/q2VoZgk
Exactly the same thing happened (i.e. nothing) when I tried to install another eclipse UI theme. So I'm guessing this is some sort of problem with my eclipse.
Does anyone have any idea what's going on? I'd really appreciate any help!
Thanks!
It looks like you're running an old version of eclipse, try updating to Juno at least (4.2.x)
For older version of eclipse you can look at this plugin, but will only modify the editor, not the whole IDE
I uploaded to Luna and now it works perfectly. Thank you both very much for your help, and sorry I was being so stupid! I'd updated eclipse within itself via its update, but I guess that doesn't install the latest version!

Aptana UI themes

I just started using Aptana and I'm enjoying it. I like the dark theme that comes on default.
There's just one thing. Notice how the editors are nice and dark, but the UI is not? Obviously, Aptana is Eclipse based, so I've been browsing around the net for dark themes for Eclipse's UI.
I found this question with a suitable answer: Eclipse IDE for Java - Full Dark Theme
When I try to install one of the themes suggested, I get an error:
Missing requirement: Eclipse Darker Theme 1.0.0.201302081116
(eclipse.themes.darker.feature.feature.group 1.0.0.201302081116)
requires org.eclipse.osgi.services 3.3.100' but it could not be found
Of course, I could just install the dependency, but I have no idea where to look.
I just want my Aptana to be dark, entirely. What must I do?
I just ran into a similar issue a couple hours ago with a Magento plugin I wanted to install.
In Aptana, click the "Install new software..." item under the Help menu. Then you'll want to add in the repository url for one the eclipse releases. Juno seems to be the most recent release.
http://download.eclipse.org/releases/juno/
Then use type osgi into the filter to see what's available. I would guess the one that isn't "incubating" is your best bet.
cheers