From owner-freebsd-questions Tue Jul 29 11:22:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA04092 for questions-outgoing; Tue, 29 Jul 1997 11:22:08 -0700 (PDT) Received: from limbo.senate.org (senate.org [204.141.125.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04083 for ; Tue, 29 Jul 1997 11:22:01 -0700 (PDT) Received: (from nathan@localhost) by limbo.senate.org (8.8.6/8.8.6) id OAA10691; Tue, 29 Jul 1997 14:18:33 -0400 (EDT) From: Nathan Dorfman Message-Id: <199707291818.OAA10691@limbo.senate.org> Subject: Re: xterm is only black&white In-Reply-To: <199707271033.SAA26635@vas.tomsk.su> from Victor Sudakov at "Jul 27, 97 06:33:44 pm" To: vas@vas.tsu.tomsk.su Date: Tue, 29 Jul 1997 14:18:33 -0400 (EDT) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Mariusz Potocki wrote: > > > Did not work for me. Any more ideas? > > > > > Neither for me. > > But I changed my default window to rxvt. Just try it (but I don't > > know if 2.1.6 contains this package. > > It does, but it is black and white too. It's black and white by *default*. It can include standard ANSI colors if you map them to X colors (see rgb.txt). Here is my .Xresources file: XTerm*cursorColor: Gold XTerm*ttyModes: erase ^h XTerm*titeInhibit: true XTerm*scrollBar: true XTerm.Geometry: 80x25 XTerm.VT100.bellSuppressTime: 0 XTerm.VT100.colorMode: on XTerm.VT100.font: 8x16 XTerm*background: black XTerm*foreground: white XTerm*color0: black XTerm*color1: red3 XTerm*color2: green3 XTerm*color3: yellow3 XTerm*color4: blue3 XTerm*color5: magenta3 XTerm*color6: cyan3 XTerm*color7: gray90 XTerm*color8: gray30 XTerm*color9: red XTerm*color10: green XTerm*color11: yellow XTerm*color12: blue XTerm*color13: magenta XTerm*color14: cyan XTerm*color15: white XTerm.VT100.colorBDMode: on XTerm.VT100.colorBD: white XTerm*reverseWrap: true XTerm.VT100.saveLines: 300 XTerm.SimpleMenu.background: blue3 XTerm.SimpleMenu.menuLabel.foreground: wheat XTerm.SimpleMenu.SmeLine.foreground: wheat XTerm.VT100.translations: #override !Mod3Prior:scroll-back(1,line)\n\ !Mod3Next :scroll-forw(1,line) Well, the XTerm parts of it anyway. Place this in .Xresources and it should work, you can also use other rgb.txt-defined colors. > -- > Victor Sudakov > http://www.tomsk.su/r/persons/vas.htm > > >