From owner-freebsd-questions Fri Mar 14 06:24:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20605 for questions-outgoing; Fri, 14 Mar 1997 06:24:06 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA20553 for ; Fri, 14 Mar 1997 06:24:00 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 14 Mar 1997 9:23:48 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA17931; Fri, 14 Mar 97 09:23:47 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA19174; Fri, 14 Mar 1997 09:21:08 -0500 Message-Id: <19970314092108.29410@ct.picker.com> Date: Fri, 14 Mar 1997 09:21:08 -0500 From: Randall Hopper To: Christoph Kukulies Cc: freebsd-questions@freefall.freebsd.org Subject: Re: rxvt Q - colors References: <199703131441.PAA02310@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: <199703131441.PAA02310@gilberto.physik.rwth-aachen.de>; from Christoph Kukulies on Thu, Mar 13, 1997 at 03:41:06PM +0100 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies: |*XTerm*color0: black |*XTerm*color1: #ffff99997777 ... |This seems to work find for my xterms but not for rxvts I'm opening. |I havn't yet found a method to tell rxvts to change their colors | |I also created an app-defaults/Rxvt containing that ominous |*customization: -colors to no avail. Ah, the problems of global settings and .Xdefaults. Rxvt has a different class name so you'll either want to dup your setting lines and Change the XTerm to Rxvt in the duped copy (don't forget to "xrdb -load ~/.Xdefaults" or just exit X and restart it), or put these in separate app-resource files off your XAPPLRESDIR or XUSERFILESEARCHPATH (named XTerm [or Color_xterm] and Rxvt). Randall Hopper