## @(#) created by arne
#######################
# CDE the common desktop
# enviroment.

THEME_AUTHOR="arne <brummelufs@hotmail.com>"
THEME_NAME="The CDE Theme"

case "$1" in
-yellow)
# no it's *not* white.. its very very very bright yellow actually :)
BGCOLOR="fff7e9"
FGCOLOR=000000
CURSORCOLOR=000000
;;
-grey|*)
BGCOLOR="29303a"
FGCOLOR="fbffff"
CURSORCOLOR="fbffff"
esac

## not the cde one, another day perhaps
XFONT="-schumacher-clean-medium-r-normal--15-150-75-75-c-90-iso8859-1"
needmod themecompat
TITLE=Terminal
PS1="$b "
BGTRANSPARENCY=0
