home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / CDOS10BT.ZIP / CDOS10BT.TD0 / FM.CFG < prev    next >
Encoding:
Text File  |  1989-01-26  |  2.1 KB  |  78 lines

  1.  
  2.          FILE MANAGER COLOR CONFIGURATION
  3.  
  4.    This file, if present on the system drive, allows you to override the 
  5.    default File Manager Colors for the Object Window (WINDOW), Command 
  6.    Menu (MENU), Prompt Window (PROMPT) and Function Key Legend Window (KEY).  
  7.  
  8.    As an example, this file contains the default colors used for File 
  9.    Manager if this file is not found.  That is, in this case the file need 
  10.    not be present for these colors to be in effect.  Feel free to experiment 
  11.    with different color combinations.  
  12.  
  13.    The colors 8 - 15 are special colors, in that they only apply to foreground.
  14.    Foreground colors assigned from that range are converted to the corresponding
  15.    background color by subtracting 8 from the color number when the display is 
  16.    reverse video mode (highlighted).  Similiarly, background colors assigned 
  17.    the 8 - 15 range below, assume the corresponding background color in normal
  18.    mode and are the specified color only when displayed in reverse video mode.
  19.  
  20.    (Note the colors must be specified as numbers and the rest of the color 
  21.    specification command, e.g. "WINDOW FG COLOR="  must be exactly as shown, 
  22.    no additional spaces, etc.)
  23.  
  24.     
  25.         *********************************
  26.         *      File manager colors      *
  27.         *********************************
  28.  
  29.  (WINDOW means the object window)
  30.  (MENU means the command menu window)
  31.  (PROMPT means the prompt line)
  32.  (KEY means the key legend)
  33.  
  34.  Colors must be entered as a number as follows:
  35.  
  36.  
  37.           Standard colors for both foreground and background.
  38.  
  39.      0 -> Black
  40.      1 -> Blue
  41.      2 -> Red 
  42.      3 -> Magenta
  43.      4 -> Green
  44.      5 -> Cyan
  45.      6 -> Brown
  46.      7 -> White
  47.  
  48.  
  49.  
  50.          Special (high intensity) colors for Foreground only
  51.  
  52.         (These colors are converted to the above standard set when displayed
  53.     in background)
  54.  
  55.  
  56.      8  -> Grey 
  57.      9  -> Light Blue
  58.      10 -> Light Red
  59.      11 -> Light Magenta
  60.      12 -> Light Green
  61.      13 -> Light Cyan   
  62.      14 -> Yellow
  63.      15 -> High Intensity White
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. OBJECT FG COLOR=0
  72. OBJECT BG COLOR=5
  73. COMMAND FG COLOR=14
  74. COMMAND BG COLOR=1
  75. PROMPT FG COLOR=15
  76. PROMPT BG COLOR=3
  77.  
  78.