Eclipse buttons menu change color when is in the background - eclipse

I have eclipse Neon.3 Release(4.6.3) and Ubuntu 16.04 and I use Darkest Dark Theme. Is this normal?

Short answer is "Yes, it's normal" though not pretty. This issue happens with light based themes in GTK (like Ambiance) when the Eclipse window does not have focus.
Those colors come from GTK theme itself and you can see the same issue even without Darkest Dark, like just using the regular Eclipse's Dark theme. Anyway, that issue is known by Darkest Dark devs (I contribute to that project) but can't tell if it's possible to fix.
The easiest workaround is to apply a different GTK theme, like OSX-ARC-Darker or Adwaita. Example: https://gyazo.com/d1bedaf928ff878368e9c02f7a75db60

Related

eclipse color theme broken on Mac

eclipse color theme is failing to properly change background color for themes
dark theme background not dark enough
light theme background remains same shade of dark
The reason I'm really hoping to fix this issue is I prefer very dark backgrounds for higher contrast. It's easier on my eyes and reduces strain. Am hoping its either a setting/preferences issue or a quick hack to fix, but it'd be cool to be able to raise a bug with whoever is maintaining this plugin. Thanks!
EDIT: my post on eclipse subreddit got the solution. the DevStyle plugin is better maintained, has more useful theming/styling options, and is not buggy.

Change highlight color for fields in Eclipse

I'm using Eclipse EE Neon (4.6.3) and would like to know how to change the highlight color in the Find field; right now it's the same as the background and it is complicated to edit the searched string. I'm guessing this is only a problem in the default dark theme, which I'm using. I looked at other answers but they were about changing other colors such as the highlight of search results.
Using the Darkest Dark plugin from the Eclipse Marketplace solved this issue for me; it differentiates the selection in the search field unlike the Eclipse default dark theme at that time.
Maybe the newer Eclipse versions have a dark theme without this problem, but I haven't checked.

Eclipse dark theme content assist unreadable

I'm using Eclipse CDT 4.5.2 with Eclipse Color Theme installed on Windows 7. The problem is that when I use the "Sublime Text 2" theme from Eclipse Color Theme the first item in content assist (Ctrl-Space menu) is unreadable like that. Is there any way I could change specifically that color without changing the overall theme?
Devstyle has Darkest Dark and Deep Black themes which really improve the dark eclipse themes. The default themes are tailored to ensure that all the colors look great. You can get from Eclipse marketplace: https://marketplace.eclipse.org/content/darkest-dark-theme-devstyle
Change the color setting in "Window->Preferences->General->Color and Theme->Content Assistant foreground color", then apply it.
seems an uncorrected bug.
still reproducted on eclipse :
Version: 2019-06 (4.12.0)
Build id: 20190614-1200
https://bugs.eclipse.org/bugs/show_bug.cgi?id=483225
Another potentially helpful setting for a C/C++ project, Window->Preferences->Editors->Text Editors->Annotations. From there I changed C/C++ Occurrences as well as C/C++ Write Occurrences. Changing this to a darker color was a huge improvement.

Change annotation background colors in eclipse?

So in eclipse whenever there is an error it's underlined in red, and when you hover over it is displays an annotation with tips on how to fix the error. On my Windows OS it is correct and the background is a tanish color but on Ubuntu the background is black and I want it tanish like Windows. I know there is an annotation area under Preferences > General > Editors > Text Editors > Annotations, but I don't see a section to change background colors. Please help.
Oddly, colors and fonts are very poorly implemented in Eclipse. Quite a number of things are either extremely difficult to figure out or impossible. Looks like this one is impossible to modify. Perhaps there's an OS way to make those changes?
That said, I found an Eclipse plugin, Annotions Ruler Background. It looks like it should do the trick, but was designed for Indigo (3.7) and doesn't seem to work on Juno (4.2). Sigh.
You can install it from the usual way in Eclipse (help->eclipse marketplace->search, etc.). Their website is here.
If you're still on Indigo, give it a try.
I find this page, it works. http://ubuntu-user-tricks.blogspot.tw/2012/09/3-things-to-do-after-installing-eclipse.html
It change the theme tooltip background color, and foreground color if need.
You can install tool gnome-color-chooser or modify the configure directly (default at /usr/share/themes/Ambiance/gtk-2.0/gtkrc). If After you modify the theme configure, you need reload theme to use new config.

Setting a dark color theme in Eclipse makes the function tooltips unreadable

I've found that setting a dark color theme in Eclipse makes the function tooltips unreadable.
This is probably easiest to describe with a picture:
alt text http://img256.imageshack.us/img256/9503/blahi.gif
Any ideas how to fix this?
The best solution i've found is to leave eclipse in normal bright mode, and use an OS level screen inverter.
On OSX you can do command-shift-8 (i think that's the key combo), inverts the whole screen
on linux with compiz, it's even better, you can do windows-n to darken windows selectively. (or windows-m to do the whole screen)
on windows, the only decent solution i've found is powerstrip, but it's only free for one year.. then it's like $30 or something..
then you can invert the screen, adjust the syntax-level colours to your liking, and you're off to the races, with cool shades on.
If you are running Eclipse in Ubuntu or other environment where it uses GTK+ themes, you can follow this guide to edit the tooltip and autocomplete colours from outside Eclipse. Not the ideal solution, but it does the trick.