## @(#) created by arne
#######################
##
## the Windows NT theme
## taken from 4.0

THEME_AUTHOR="arne <brummelufs@hotmail.com>"

Transdir ()
{
pwd |tr [:lower:] [:upper:]|sed 's/\//\\/g'
}

PS1='C:`Transdir`> '

case $SHELLNAME in
bash) TITLE="C:\\\WINNT\System32\cmd.exe" ;;
*) TITLE="C:\WINNT\System32\cmd.exe"
esac
#XFONT=terminal.bdf.gz
BGBRIGHTNESS=000000

## argh.. my eyes hurt =)
ANSICOLOR_WHITE=222222
ANSICOLOR_BRIGHTRED=ff0000
ANSICOLOR_BRIGHTGREEN=00ff00
ANSICOLOR_BRIGHTBLUE=0000ff
ANSICOLOR_BRIGHTMAGENTA=ff00ff
ANSICOLOR_BRIGHTCYAN=00ffff
ANSICOLOR_BRIGHTYELLOW=ffff00
ANSICOLOR_BRIGHTBLACK=222222
ANSICOLOR_BRIGHTWHITE=333333

ANSICOLOR_RED=ff0000
ANSICOLOR_GREEN=00ff00
ANSICOLOR_BLUE=0000ff
ANSICOLOR_MAGENTA=ff00ff
ANSICOLOR_CYAN=00ffff
ANSICOLOR_YELLOW=ffff00
ANSICOLOR_BLACK=222222
ANSICOLOR_WHITE=333333

BGTRANSPARENCY=0

