[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: white background

On Wed, 18 Jun 2003 01:51:06 +0200, Manuel Aldana wrote:

> i am using eclipse under linux. unfortunately the background colour of
> all my 'views' (editors, navigator etc.) in eclipse is dark-grey. it is
> not very comfortable to work with this. does anybody know how to adjust
> this to white (this is default under windows)??
> 
> i tried out to find an option under Window->Preferences but no luck....

I really shouldn't be replying because this is a DEPRECATED newsgroup!

Use eclipse.platform or eclipse.tools.jdt for such questions.

Anyway, check your wiki, this is a FAQ:

<FAQ url="http://eclipsewiki.swiki.net/139";>
How do I change colors in Motif?
Put the following in $HOME/.Xdefaults

*spacing:0
*XmForm.background:white
*XmList.background:white
*XmTextField.background:white
*XmText.background:white
*background:ivory3
*fontList:-adobe-helvetica-medium-r-normal-*-12-120-75-75-p-67-iso8859-1

Make sure there is no 'space' behind the color reference.

Run xrdb ~/.Xdefaults and restart your applications so they can pick up
the new color-settings.
</FAQ>

mike



> thanks in advance!!