From owner-freebsd-questions Tue Oct 23 1:30: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 1B57D37B405 for ; Tue, 23 Oct 2001 01:30:02 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id BAA66758; Tue, 23 Oct 2001 01:29:27 -0700 (PDT) Date: Tue, 23 Oct 2001 01:29:27 -0700 (PDT) From: Annelise Anderson To: parv Cc: John Smith , freebsd-questions@FreeBSD.ORG Subject: Re: colors really dark In-Reply-To: <20011023023948.A74369@moo.holy.cow> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 23 Oct 2001, parv wrote: > > I've used Linux for a few years, > > and I know how vim looks between every Linux system by default with syntax > > highlighting on, it's just it very dark in FreeBSD's console. I installed > > gnuls and found it to be a much better alternative to FreeBSD's ls, since it > > does sorting by extension, and the colors are much brighter, and easier to > > see. > > well, as far as ls(1) & gnuls(1) are concerned, they just use different > "fonts" & colors. for ls, all the colored listing are in normal font, > i.e. not bold. whereas, gnuls uses bold fonts, which happens to be > in "bright"er version of the same color than normal font. > > for directories, both ls & gnuls use blue, which is very unreadable > on dark background. however, gnuls also uses bolder font, which helps > a little. > > and for executable files and symlinks, gnuls uses bold font and > bright(green,cyan), while ls uses red and magenta, respectively. color > choices for ls, in this case, are not easily readable on dark > background, understandably. > > you may be able to change to color definitions. to get some idea, see > vidcontrol(1) and xterm(1) in addition. > Here's an LSCOLORS env var that looks pretty good on a black background: LSCOLORS=2x5x0x4x6x464301060203 export LSCOLORS You can change the default listing of regular files and the prompt with vidcontrol, e.g., vidcontrol yellow black Guess that doesn't help with vim, though. :syntax on turns it on, but it is truly lurid. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: mall.daemonnews.org and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message