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

case "$RANDOM" in
*3|*4|*5)
## original
ANSICOLOR_YELLOW=bd7835
  ANSICOLOR_BLUE=7f80cf
   ANSICOLOR_RED=a15353
  ANSICOLOR_CYAN=a27ea2
;;
*0|*1|*2)
  ANSICOLOR_BLUE=bd7835
ANSICOLOR_YELLOW=a27ea2
   ANSICOLOR_RED=a15353
 ANSICOLOR_CYAN=7f80cf
;;
*6|*7)
ANSICOLOR_YELLOW=bd7835
  ANSICOLOR_BLUE=a15353
   ANSICOLOR_RED=a27ea2
  ANSICOLOR_CYAN=7f80cf

;;

*8|*9)
ANSICOLOR_YELLOW=7f80cf
ANSICOLOR_BLUE=a27ea2
 ANSICOLOR_RED=a15353
ANSICOLOR_CYAN=bd7835
esac

TOPARRAY="\
`COLUMNCOUNT=0;\
while test \`expr $COLUMNS - 31\` -gt $COLUMNCOUNT;\
do let COLUMNCOUNT=1+$COLUMNCOUNT;\
echo -n \"\";done`"


PS1="\
`color fgblue ``color fgblue `$TOPARRAY`color` `color fgyellow`
`color fgcyan`\
`color`       Logged in:  $u
`color fgyellow``color`       Stardate:   "'`date +%s`'"
`color fgblue`\

 `color fgblue` `color fgred``color`   "

unset TOPARRAY

SIZE_X=110
SIZE_Y=30
FGCOLOR=bd7835
BGCOLOR=000000
CURSORCOLOR=000000
XFONT=scrub.pcf.gz
BGTRANSPARENCY=0
