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

TITLE=D0t.Black
## upper line
ANSICOLOR_BLUE=000000
ANSICOLOR_RED=333333
ANSICOLOR_YELLOW=555555
ANSICOLOR_MAGENTA=cccccc

## lower line
ANSICOLOR_WHITE=666666
ANSICOLOR_CYAN=888888

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


