Eclipse Neon 2 tool tip texts are in white and barely readable in Ubuntu 16.04 - eclipse

I did the fix given by kayahr in here long time ago and it worked fine. But now it is not working. As you can see in the attached image the texts in the tool tip are barely readable as the texts are in white colour and I couldn't find any place for setting the tool tip text color in Eclipse Peferences. I recently updated Ubuntu perhaps it may be the reason for this error. I tried gnome color chooser too but it also does not have a option to change the tool tip text color. How to fix it? Thanks in advance

Eclipse neon uses GTK+3 by default so refer this solution https://askubuntu.com/a/70665/112794 [Editing /usr/share/themes/Ambiance/gtk-2.0/gtkrc file is not required].
You can get your current by executing
gsettings get org.gnome.desktop.interface gtk-theme

Related

Change color of bullet in tree view in Eclipse

I would like to know if there is any way to change the color of the bulleted item in tree view in Eclipse while using a dark theme.
I found this post that show the same problem but the post focus only on font and background color, not the bullet itself.
According to the devs in the bug report i made at https://bugs.eclipse.org/bugs/show_bug.cgi?id=568543, "there was a workaround fix for this bug on Windows 7 which has since been removed, since it does not occur on Windows 10". So either use the last working version 2020-03 or change to a OS that has dark theme support as the tree is now a native widget.
So it seems the problem is reccurent with Eclipse 2020-06 and windows 7. I was able to reproduce the bug on 2 differents computers.
Reverting to Eclipse 2020-03 has sloved the problem.

Eclipse (4.14.0), changing the editor background colour

I had set the theme to Dark, and changed the editor background/foreground colours, but it did not work (only changed the line number background). So, I searched the web and found the existing question. But the answer was saying the same thing that I already had done.
Is the method changed? Why can't I set the editor background to complete black and the text to complete white?
This worked for me:
1. Launch Eclipse
2. Click on Help
3. Select Eclipse Marketplace
4. Open Popular tab
5. Select and install "Darkest Dark Theme with DevStyle CI 2019.9.16"
6. Wait for it to finish installation
7. Restart Eclipse
At this stage, eclipse should restart with options to tweak background colour to your desired theme
There seems to be a recent Eclipse bug.
There is a possibly duplicate question here which has at least one additional suggested workaround besides the other answer to this question.
For anyone still looking for this known bug in eclipse -> install the plugin that James Kufre mentioned, right know there is another version called:
Darkest Dark Theme with DevStyle 2022.6.13a.
This plugin fixes the bug. You can then basically choose the complete color scheme of eclipse. So not only the editor field, but also the menus and everything!

Eclipse Text Editor text is highlighted in green?

I am experiencing a weird issue. My Eclipse editor is all green as shown in this photo here:
It's very strange because every time I restart my computer I still have this issue. Furthermore, when I check Preferences -> Restore Defaults, the issue is not fixed as my text editor settings are all set to default. Eclipse doesn't seem to say if there are any errors and I am not sure why this is happening. Any ideas on how to fix this?
I think you installed EditBox plugin. Either uninstall this plugin or disable it.
Check these posts
How to change color of Editor in Eclipse
Eclipse Background Color will not change OSX, Pydev
Remove code block highlighting from Eclipse

Issue with editor highlighting in Eclipse

I have an issue after switching to running Ubuntu when developing instead of Windows.
When I ran Eclipse in Windows, I could find the software market thing and get good and easy-to-use color themes from there to install. Since I couldn't find anything of this on my Ubuntu version, I decided to edit it all manually.
Here is my issue: I was able to adjust the color of the 'mark occurrences'-function that highlights all the all the places where a code piece occurs, but my program does something else to the place where variables are first declared. I took a simple screen shot that displays the problem:
http://www.freeimagehosting.net/19e90
When I disable 'mark occurrences', the super-bright highlighting on variable declarations do not go away, so it's not part of the same setting. I also can't find where I change the color of this, because it's quite annoying not to be able to read what's written due to the coloring of that highlight.
Do you know how I can disable this extra-marking of declarations? Or at least change the color of it? I can't find anything when googling it, but maybe I'm just searching for the wrong things.
Thanks in advance and sorry for this very long post!
I would recommend installing a new version of Eclipse on Ubuntu.
I'm developing on Kubuntu and have no issues. Make sure you delete all previous settings before reinstalling. Default settings should have them enabled.

How do I change the color of text displayed in the Spring STS Roo Shell?

I have a requirement to use Spring STS with a black background and green text.
Unfortunately the color of text in the Roo Shell is a dark greeny/blue color, making it almost impossible for me to see against the black background.
Is there a way of changing the text color in the Roo Shell?
I've looked through the STS/Eclipse preferences and can't find anything. I really hope it hasn't been hard coded. If there's no setting in the STS Preferences, is there a property file somewhere where I can set it?
I am using STS Version: 2.6.1.RELEASE
Thanks in advance
You don't have to use STS. You can just run it from the command line. I happen to have mine as green text with black background, because that is what my terminals display.
If that isn't helpful, what OS are you using?
I found that the colour of some window displays in Eclipse were controlled by the themes in my Ubuntu system. I just found the right one and changed the theme. (STS being based on Eclipse it may be the same)
It is not possible yet to configure the background and text colors of the Roo Shell in SpringSource Tool Suite.
It has been added as a bug by a member of the SpringSource team to be fixed in STS v2.8.0.M1.
See - https://issuetracker.springsource.com/browse/STS-1894