Colors

Here I define the colors as a dull red color scheme (the colors are in hexadecimal RGB). Besides giving a nice color palette when doing ``ls -color=yes'', each application theme that doesn't explicity specify to change the ansicolors(see 6.4.3) will also go in the Debian-red color scheme!

## Color definitions

ANSICOLOR_BRIGHTRED=cc1111

ANSICOLOR_BRIGHTBLUE=553333

ANSICOLOR_BRIGHTGREEN=442222

ANSICOLOR_BRIGHTCYAN=662222

ANSICOLOR_BRIGHTYELLOW=883333

ANSICOLOR_BRIGHTMAGENTA=554444

ANSICOLOR_BRIGHTBLACK=330000

ANSICOLOR_BRIGHTWHITE=665555

ANSICOLOR_YELLOW=883333

ANSICOLOR_RED=880000

ANSICOLOR_GREEN=885555

ANSICOLOR_BLUE=553333

ANSICOLOR_GREEN=442222

ANSICOLOR_CYAN=662222

ANSICOLOR_YELLOW=883333

ANSICOLOR_MAGENTA=554444

ANSICOLOR_BLACK=330000

ANSICOLOR_WHITE=665555

Moving on to the rest of the color definitions, the cursor color uses the same color as $ANSICOLOR_RED

background and foreground get a grey/black look. Transparency is only deactivated.

CURSORCOLOR=$ANSICOLOR_RED

FGPOINTERCOLOR=$ANSICOLOR_RED

BGCOLOR=dedede

FGCOLOR=000000

## transparency off

BGBRIGHTNESSRED=256

BGBRIGHTNESSGREEN=256

BGBRIGHTNESSBLUE=256

BGTRANSPARENCY=0



Thomas Eriksson 2004-06-23