Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2000 14:30:03 +0200
From:      Michel Talon <michel@lpthe.jussieu.fr>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Color ls
Message-ID:  <20000719143003.A453@lpthe.jussieu.fr>
In-Reply-To: <20000718175525.A10074@manatee.mammalia.org>
References:  <20000718140646.B76011@lunatic.oneinsane.net> <Pine.BSF.4.21.0007181416130.20886-100000@freefall.freebsd.org> <20000718145920.B94689@wopr.caltech.edu> <20000719005555.W4668@strontium.scientia.demon.co.uk> <20000718170420.A97601@wopr.caltech.edu> <20000718175525.A10074@manatee.mammalia.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 18, 2000 at 05:55:25PM -0700, R Joseph Wright wrote:
> On Tue, Jul 18, 2000 at 05:04:20PM -0700, Matthew Hunt wrote:
> The thing that really bugs me about ls is the lack of bright colors like you
> get with gnuls.  The blue is so dark it blends in with the black background
> of the console.  I spent several hours looking through the code to see if I
> could change that, but alas I did not understand it :-(.
> And, sorry to rant, but the default colors are horrid, too!  Do 'ls -G /dev'
> to see what I mean.  AAaaarh!
> 

Programs like mutt, tin etc. use ansi colors. You can change the corresponding
colors in .Xdefaults or similar. For example i have:

XTerm*VT100.Translations:       #override \n\
            <Key>F2:    set-scrollbar(toggle)\n\
            <Key>Prior:         scroll-back(1,halfpage)\n\
             <Key>Next:         scroll-forw(1,halfpage)
XTerm*VT100*colorMode: on
XTerm*VT100*colorBDMode: on
XTerm*VT100*colorBD: blue
XTerm*VT100*colorULMode: on
XTerm*VT100*colorUL: magenta
XTerm*VT100*color2: black
XTerm*VT100*color3: magenta
XTerm.VT100.eightBitInput: true
XTerm.VT100.eightBitOutput: true
XTerm.VT100*underLine: false
XTerm.VT100*cursorColor: lime green
XTerm*VT100*saveLines:  400
XTerm*termName: xterm-color
XTerm*loginShell: true

because i was not able to read yellow color on my laptop.


-- 
Michel Talon


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000719143003.A453>