From owner-freebsd-questions Wed Feb 20 20:52:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 72oot.net (72oot.net [216.122.237.142]) by hub.freebsd.org (Postfix) with ESMTP id CAC5737B402 for ; Wed, 20 Feb 2002 20:52:07 -0800 (PST) Received: from c1529030-a.attbi.com (12-228-93-249.client.attbi.com [12.228.93.249]) by 72oot.net (8.11.0/8.11.0) with SMTP id g1L4pqU94473; Thu, 21 Feb 2002 04:51:53 GMT (envelope-from warm@72oot.net) Content-Type: text/plain; charset="iso-8859-1" From: 72yan M To: "Selvam" , Subject: Re: Font color Date: Wed, 20 Feb 2002 20:55:29 -0800 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <02022020552901.72838@c1529030-a.attbi.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, The answer is in the kernel and man syscons(4). Add these options: # The following options will let you change the default colors of syscons. options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" The colors that I know of are Black, grey, darkgrey, yellow, lightyellow, red, lightred, lightblue, blue, green, and lightgreen. There should be a list of colors at #/usr/inclide/machine/pc/display.h, but I have never seen it. 72yan M > Hi there FreeBSD gurus, > > I would like to know how to change the terminal font colors to others > rather than the normal white? > Can this be done ? If so, how can I do it. > Some help will be appreciated. > > Selvam > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message