@X-CODES.TXT
------------

=============================================================================
This document describes PCBoard @X color codes
=============================================================================

FreeFile 1.20 now allows you to custom configure various screen items to the
color of your choice. The tables below describe how to enter the @X code for
the desired color. Note: only the last two characters in a code are
significant. The first two characters are always "@X".

    Background (first digit)      Foreground (second digit)
    ------------------------      -------------------------
    Black   =  0                   Black   =  0
    Blue    =  1                   Blue    =  1
    Green   =  2                   Green   =  2
    Cyan    =  3                   Cyan    =  3
    Red     =  4                   Red     =  4
    Magenta =  5                   Magenta =  5
    Yellow  =  6                   Yellow  =  6
    White   =  7                   White   =  7

    Background w/Blinking          High Intensity Foregounds

    Black   =  8                   Black   =  8
    Blue    =  9                   Blue    =  9
    Green   =  A                   Green   =  A
    Cyan    =  B                   Cyan    =  B
    Red     =  C                   Red     =  C
    Magenta =  D                   Magenta =  D
    Yellow  =  E                   Yellow  =  E
    White   =  F                   White   =  F

Examples:
   Bright White on Blue Background        = @X1F  (1=blue,F=white)
   Bright Yellow on Green Background      = @X2E  (2=green,E=yellow)
   Dark Blue blinking on White Background = @XF1  (F=white,1=blue)
