[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: white background
|
- From: Michael R Head <burner@xxxxxxxxxxx>
- Date: Thu, 19 Jun 2003 00:43:17 -0400
- Newsgroups: eclipse.tools
- Organization: http://www.zclipse.org
- User-agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!)
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!!