Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eix and bad colors.
Date: Fri, 07 Dec 2012 11:14:05
Message-Id: 1354878756.31373.5@numa-i
In Reply to: [gentoo-user] eix and bad colors. by Dale
1 On 12/07/2012 12:01:29 PM, Dale wrote:
2 > Howdy,
3 >
4 > I was using eix a bit ago and I noticed the colors have changed.
5 > Since
6 > I like to have white text and a black background, this is not working
7 > to
8 > well for me. It seems some of the output is black text. Put black
9 > text
10 > on a black background and I have missing text, usually the very thing
11 > I
12 > am looking for. I have looked for a config somewhere in /etc but
13 > can't
14 > find where this is set. I found where other colors are set but not
15 > for
16 > eix.
17 >
18 > Anyone have a hint as to where this is set or is it hard coded into
19 > eix?
20
21 There is a long thread on
22 https://bugs.gentoo.org/show_bug.cgi?id=438076
23
24 I have switched to eix-99999999 which enables customization of the
25 colors.
26
27 I like black text on a light yellow background. Here is my .eixrc
28
29 # BOOLEAN
30 # This variable is only used for delayed substitution in
31 COLORSCHEME{,_ALT}.
32 # If true, the "dark" color schemes (for black background) are selected.
33 DARK="false"
34
35 # STRING
36 # If TERM_ALT does not match, this chooses the corresponding color of
37 # color specifications (starting from 0).
38 COLORSCHEME="%{?DARK}0%{else}2%{}"
39
40 # STRING
41 # If TERM_ALT matches, this chooses the corresponding color of
42 # color specifications (starting from 0).
43 COLORSCHEME_ALT="%{?DARK}1%{else}3%{}"
44
45
46 Helmut.

Replies

Subject Author
Re: [gentoo-user] eix and bad colors. Dale <rdalek1967@×××××.com>