d0t

#!/bin/sh

## this one's original artwork of the author himself

THEME_AUTHOR="arne <arne AT users.sourceforge.net>"

THEME_NAME=.

## load color module

needmod color

TITLE=D0t

## first we define the ansicolors

## 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

## use some pixel characters from a VGA font

PROMPT="\

`color fgblue bgred`ß\

`color fgred bgyellow`ß\

`color fgyellow bgcyan`ß\

`color fgcyan bgmagenta`ß`color` "

## grey background

BGCOLOR=eeeeee

## almost black text, a low contrast is not so 

## distracting for the eyes to look at

FGCOLOR=222222

## nexus by Rasterman which he hacked together in a hex-editor

## kewl

XFONT=nex6x10.pcf.gz

## no transparency

BGTRANSPARENCY=0

BGBRIGHTNESSRED=256

BGBRIGHTNESSGREEN=256

BGBRIGHTNESSBLUE=256



Thomas Eriksson 2004-06-23