Colors and their defaults for \/\/term version 1.05

\/\/erm colors can be changed using DEBUG.  All colors are saved
in the .CFG file.  They are all two bytes with the high byte set
to zero.

Two files are included to make changing the colors easier.
COLOR.SCR is a debug script file with comments.  DEBUG gets two
digits, then looks for a space to go to the next byte or an
enter to go back to command mode.  As long as there are no
spaces on a line, the comments don't harm anything.  COLOR.SCR
uses underline characters in the place of spaces.  These are the
default colors with a short explaination and this information
should match up with this file.  Change the color byte in
COLOR.SCR according to the color chart for the color you want.
It makes it easier to change the next time if you also change
the comment.  Make sure DEBUG is in your path or the current
directory and that WTCOLOR.BAT, COLOR.SCR, and the .CFG file are
in the current directory and type WTCOLOR.  The changes will be
made and the new file written out in place of WTERM.CFG.  It
would be a good idea to save a copy of WTERM.CFG just in case
things don't go as planned.

I realize it is a pain to set colors this way, however it saves
a good bit on the size of WTERM and also saves me a good bit of
programming.  People who are satisfied with my color selection
never have to do this anyway.  Having used monochrome for a good
many years, I have tried to pick colors that are visible on them
and blue shows up as almost black so it makes a good background
and I use it often.


Setup Screen

Hex          Color         Meaning              Debug hex address
0B 00        LIGHTCYAN     Setup Options           43F
0F 00        WHITE         Option Settings         441
0A 00        LIGHTGREEN    Screen Border           443
01 00        BLUE          Setup Background        445
0E 00        YELLOW        Headings                447
0E 00        YELLOW        Pick letters            449
0F 00        WHITE         Editing background      44B
00 00        BLACK         Editing foreground      44D

Popup Colors - Filename prompts, do you want to exit etc.

01 00        BLUE          Background              44F
0F 00        WHITE         Foreground              451
07 00        LIGHTGRAY     Editing Background      453
00 00        BLACK         Editing Foreground      455

Dialing Directory

0A 00        LIGHTGREEN    Border                  457
0E 00        YELLOW        Headings                459
01 00        BLUE          Background              45A
0B 00        LIGHTCYAN     Entries                 45C
07 00        LIGHTGRAY     Scrollbar background    45E
00 00        BLACK         Scrollbar foreground    461

Help Menu

04 00        RED           Background              463
0F 00        WHITE         Foreground              465

Terminal Screen starting Foreground color (Background is always black)

0E 00        YELLOW        Terminal forground      467



Hex codes for colors

Color         Hex    Foreground or Background?
Black          0       Both
Blue           1       Both
Green          2       Both
Cyan           3       Both
Red            4       Both
Magenta        5       Both
Brown          6       Both
LightGray      7       Both
DarkGray       8       Foreground only
LightBlue      9       Foreground only
LightGreen     A       Foreground only
LightCyan      B       Foreground only
LightRed       C       Foreground only
LightMagenta   D       Foreground only
Yellow         E       Foreground only
White          F       Foreground only
Blink         80       Foreground only

Setting background colors greater than 7 will cause BLINK.
