Date: Sun, 5 Apr 1998 15:29:23 +0300 (IDT) From: Eli Zaretskii To: Olivier Perron cc: djgpp AT delorie DOT com Subject: Re: Changing bash default background and foreground colors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 3 Apr 1998, Olivier Perron wrote: > Is it possible to change bash default background and foreground colors > like info ? > > I've tried to put the following in djgpp.env file, but it doesn't work: > > [bash] > BASH_COLORS=0x1f.0x31 Did you see BASH_COLORS described in any Bash-related docs? AFAIK, it doesn't support this variable. The syntax you used resembles the INFO_COLORS variable, but that was specifically added to the DJGPP port of the Info reader. It is not a feature common to GNU programs. One way of getting what you want is to install ANSI.SYS and define the Bash prompt so that it send ANSI escape sequences which set colors.