From owner-freebsd-current@FreeBSD.ORG Sun Jul 25 10:59:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787BB16A4CE for ; Sun, 25 Jul 2004 10:59:52 +0000 (GMT) Received: from mirrorball.theloosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F79043D41 for ; Sun, 25 Jul 2004 10:59:51 +0000 (GMT) (envelope-from svein-freebsd-current@theloosingend.net) Received: (qmail 48730 invoked by uid 1001); 25 Jul 2004 10:59:49 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 Jul 2004 10:59:49 -0000 Date: Sun, 25 Jul 2004 12:59:49 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@mirrorball.theloosingend.net To: Toxa In-Reply-To: <20040724144432.GA39736@laptoxa.toxa.lan> Message-ID: <20040725125221.R46526@mirrorball.theloosingend.net> References: <1090609869.2748.23.camel@leguin> <20040724144432.GA39736@laptoxa.toxa.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: blue term color in xorg (was: Re: HEADSUP: X.Org conversion) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 10:59:52 -0000 [postfix, 2004-07-24] > Ok, my migrating from XFree to X.Org finished smoothly, without any > error, thanks for a great job! But I have to mention about console > colors in xterm, blue color becomes much more LIGHT blue, it's a You can change this by setting the color4 and color12 resources to the previous defaults; 'blue3' and 'blue'. They now defults to 'DogerBlue1' and 'SteelBlue1' apparently to improve contrast, according to the x.org changelog. $ xrdb -merge XTerm.vt100.color4: blue3 XTerm.vt100.color12: blue ^D $ xterm You could also put the two lines above in your .Xdefaults file, and make sure that this file is loaded on startup. /sve