#!theme
## freebsd, netbsd, and openbsd
THEME_AUTHOR="arne <arne AT users.sourceforge.net>"
THEME_NAME=.
needmod color

TITLE=D0t

## upper line
ANSICOLOR_BLUE=000000
ANSICOLOR_RED=333333
ANSICOLOR_YELLOW=555555
ANSICOLOR_MAGENTA=cccccc

## lower line
ANSICOLOR_WHITE=666666
ANSICOLOR_CYAN=888888


ANSICOLOR_BRIGHTBLUE=333366
ANSICOLOR_BRIGHTRED=663333
ANSICOLOR_BRIGHTYELLOW=555533
ANSICOLOR_BRIGHTMAGENTA=553355
ANSICOLOR_BRIGHTWHITE=444444
ANSICOLOR_BRIGHTCYAN=335555
ANSICOLOR_BRIGHTGREEN=336633

PROMPT="\
`color fgblue bgred`\
`color fgred bgyellow`\
`color fgyellow bgcyan`\
`color fgcyan bgmagenta``color` "
case "$UID" in
0)
PROMPT="hostname# "
esac
BGCOLOR=eeeeee
FGCOLOR=222222
XFONT=nex6x10.pcf.gz


BGBRIGHTNESSRED=256
BGBRIGHTNESSGREEN=256
BGBRIGHTNESSBLUE=256





