Is it possible to change Eclipse's window color (grey to something else)? - eclipse

I am using OS X Lion and bought a Dell monitor last night.
A few minutes ago, I found that with the Eclipse's default window background color, the color trembles like a fluorescent light. That color was (233,233,233) and I found the color makes that part of the screen tremble in every case. I mean, if I set the desktop color to that, the desktop trembles.
I had installed Windows on the same Mac, so I booted up with Windows 7, but (233,233,233) did not make the screen tremble. Maybe it is because of the Lion OS.
Now, with the Eclipse's background trembling, it is really annoying to write codes. I investigated the preferences, but I could not find any option to change the window background color. How can I do this?
If the color is tied to the system preferences, how can I change the system color for that? I could not change any option in the System Preferences dialogue either.

You can change the background color of text editors via Preferences -> "Text Editors". Though, I'm not sure whether it will be any prettier than what you see today...

Related

In Eclipse, how to change the colour of the selected console text's highlighting colour?

Please see image for high lighted color to change. Here is the highlight
Unfortunately that appears to be a color setting which cannot be changed within Eclipse.
On Windows 10 it definitely uses the operating system default for Selected Text (which for me is blue), but you can change it through the Personalize settings for Windows. I verified this, but obviously that will impact all your applications, not just the Eclipse Console, so it's not a very good option.
I don't know things works on Linux or Mac, but I assume there is a similar approach available.
Notes:
You can easily change other color settings for the Eclipse Console. Just right click anywhere within the Console window and select Preferences... from the context menu. Then click on any of the colors shown (e.g. "Background color") to change it. Note that there is no option offered for changing the background color of selected text.
I also tried changing the Theme for Eclipse but the background color for selected text in the Console always remained the same as the Windows default regardless of the theme chosen. (I don't know of any technical reason why this setting in the Console cannot be customized though - perhaps someone else can explain?)

eclipse mars how to set colors of specific UI items

In Eclipse Mars 4.5.2 for Java on Windows 10, there are several items I can't figure out how to change the color of, and web searches are difficult since I don't know the names of the items, and the few I do know have changed over time, are for other windows versions, or older Eclipse versions. Many others address the issue only for Unix hosts. I would appreciate pointers to where to change these colors for Eclipse Mars 4.5.2 on Windows 10:
screen captures
In the first capture: the preferences window font color, black in the screen capture. Also the blue "links" to other information.
In the second capture: the blue link color in the "fixes" popup window. Many pages claim this is related to the system link colors, but changing the link & visited link colors in Internet Options had no effect. I cannot find this blue color in any of the color settings I could find in Eclipse itself. I restarted after changing it in windows, with no effect.
In the third capture, the suggested/help text within input box, which is so dark it cannot be read.
In the fourth capture, the color of the virtual memory bar and text.
In the fifth capture, the background and foreground colors of the breadcrumbs.

Eclipse - black background in javadoc popup

I am using Elementary OS, based on Ubuntu 12.04 and Eclipse Luna.
The background color of javadoc popups is black and font color is dark grey, so it is unreadable.
I tried to change background in eclipse preferences, but it did not change.
Then I used google, and found solution, that I need to change tooltip bg color. So I did it. But still no change.
Anyone knows how to change that color ?
I had the same problem with Ubuntu 16.04 and Eclipse Mars. I solved the problem by adding the following lines in eclipse.ini :
--launcher.GTK_version
2
As a KDE user, you have to change the tooltip background color with System Settings. Navigate to
Application Apperearence -> Colors (Left side menu) -> Colors (Colors tab on right side)
and adjust the Tooltip Background and Tooltip Text colors. In your case, adjusting the tooltip background should be enough.
The setting is under GNOME UBUNTU in Settings.
I would get a blank assist popup window and if I clicked on the window it would turn black and not show any text.
I tried many things to get the text to show up like changing the eclipse foreground and back ground colors or the above system settings.
I then started to look at the VcXsrv X server program I was running to display on my windows box.
I turned off the 'Native opengl' in the 'Extra Settings' screen of the XLaunch program.
This fixed my problem.

Eclipse on Ubuntu 12.10 - BG color of Java editor left margin

Since upgrading to Ubuntu 12.10, one of the things that's been annoying me is the background color of the left margin of the Eclipse Java editor window. It's pretty much white, which makes it difficult to see where the actual left edge of the editor window ends and the margin begins. Screenshot:
I've looked through all the Eclipse color settings and also all the "Gnome Color Chooser" settings and I don't see where I would change this. Any ideas?
Thanks!
You will want to go to Windows->Preferences->General->Editors->Text Editors and find the section called Appearance color options. You will want to change the Selection background color. This will also change the background of the main document, but this will make where one section begins and ends well defined. You can experiment with these settings and the settings under Java->Editor until you get the color scheme you want.

Change eclipse's quick watch view colors

i'd like to know how to change the color of eclipse's quick watch view (the topmost on the picture), which is enabled by clicking CTRL+SHIFT+I on a variable or expression while in debug mode.
I'm using eclipse STS 2.8 (guess its based on Indigo,but maybe Helios), on ubuntu and it gets really hard to read the contents as the picture shows.
I guess either the background color or the foreground color would be enough
Thanks
That background color cannot be configured in the eclipse because it uses your OS 's ToolTip 's background color .
You can refer this for how to change the tooltip background color in Ubuntu