From owner-freebsd-questions Tue Dec 10 01:57:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA01317 for questions-outgoing; Tue, 10 Dec 1996 01:57:19 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA01311 for ; Tue, 10 Dec 1996 01:57:08 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id KAA03802; Tue, 10 Dec 1996 10:57:16 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.3/8.6.9) id LAA14342; Tue, 10 Dec 1996 11:09:22 +0100 (MET) Message-ID: Date: Tue, 10 Dec 1996 11:09:21 +0100 From: kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies) To: june@adn.edu.ph (Francis Percival C. Favoreal) Cc: questions@freebsd.org (freebsd-questions) Subject: Re: X Windows colors References: X-Mailer: Mutt 0.51 Mime-Version: 1.0 In-Reply-To: ; from Francis Percival C. Favoreal on Dec 10, 1996 14:51:21 +0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Francis Percival C. Favoreal writes: > > How do I change some color settings in X Windows? Like change the window > background, foreground, text forground, text background, and other windows > related color settings just like in Microsoft Windows? You should get one of the O'Reilly books on X, e.g. XWindows System Administration. Also you could read man pages on the various applications. There are several ways to do such things in X. One is to write the appropriate resources into your .Xdefaults or .Xresources file, like: XTerm*cursorColor: #f03090 Xterm*Background: gold1 Xterm*Foreground: black Another method is using command line options like: xterm -cr magenta -fn terminal18 -fg green -bg black -sb -ls -geometry \ 80x24+0+0 -name login > > Thankx. > > -- > june > System Administrator > Adnet > > > -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de