home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CDOR0811.ZIP / DOCS.ZIP / COLORS.DOC < prev    next >
Encoding:
Text File  |  1993-07-08  |  1.7 KB  |  53 lines

  1. To use the SmartText colors in the cellar door mods, you must ALWAYS end
  2. any Text File or Message with a {C0 or else the Last SmartText Color will
  3. be the active text color!  Just put a {C0 somwhere at the end of your menu or
  4. message and all will be fine.
  5.  
  6. |In Config, you should select <none> for the caller's background color.
  7.  
  8. For Emphasize OFF and Highlighting, enter the following:
  9.  
  10.             [27][0;37;40m   Emphasize Off
  11.             [27][1;37;44m   Highlighting (There is so much highlighting
  12.                             hard coded into the source, this really
  13.                             doesn't matter - White on Blue is selected here)
  14.  
  15. The smart text colors are as follows:
  16.  
  17. Foreground:  {C0      Black
  18.              {C1      Blue
  19.              {C2      Green
  20.              {C3      Cyan
  21.              {C4      Red
  22.              {C5      Magenta
  23.              {C6      Brown
  24.              {C7      White
  25.              {C8      Grey
  26.              {C9      Brt Blue
  27.              {CA      Brt Green
  28.              {CB      Brt Cyan
  29.              {CC      Brt Red
  30.              {CD      Brt Magenta
  31.              {CE      Yellow
  32.              {CF      Brt White
  33.  
  34. Background:  {G0      Black
  35.              {G1      Blue
  36.              {G2      Green
  37.              {G3      Cyan
  38.              {G4      Red
  39.              {G5      Magenta
  40.              {G6      Brown
  41.              {G7      White
  42.  
  43. To use background colors, always start with the foreground color and then the
  44. background color.  Colors may be changed in the line.  Terminate background
  45. colors with a {G0:
  46.  
  47.    {CF{G1  This is White on Blue {CEa little Yellow {CF AWESOME!  {G0
  48.  
  49. Changing the Foreground color does not change the Background color!
  50.  
  51. Have fun!
  52.  
  53.