home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / multuser.zip / SAMPL325.PAL < prev    next >
Text File  |  1995-05-23  |  3KB  |  97 lines

  1. ;
  2. ; Sample palette file for the Wyse WY325 color terminal
  3. ;
  4.  
  5. [wyse325]
  6.   ;
  7.   ; The WYSE325 section is mandatory but does not contain any statements.
  8.   ;
  9.  
  10. [palette]
  11.   ;
  12.   ; The PALETTE section specifies which foreground and background colors
  13.   ; will be used for the eight possible color combinations available at any
  14.   ; one time.  It is defines the color of the screen border.
  15.   ;
  16.   ; It is only necessary to use the 'COLORn' statements which differ from
  17.   ; the default values.  Similarly, the 'BORDER' statement need only be used
  18.   ; if the border color is to differ from the default.
  19.   ;
  20.   ; The 'COLORn' statement may specify any of the following colors for the xxx
  21.   ; part of the xxx_on_xxx parameter :-
  22.   ;
  23.   ;   black
  24.   ;   blue
  25.   ;   green
  26.   ;   cyan
  27.   ;   red
  28.   ;   magenta
  29.   ;   yellow
  30.   ;   white
  31.   ;
  32.   ; The BORDER color may be one of the following :-
  33.   ;
  34.   ;   black
  35.   ;   blue          dim_blue
  36.   ;   green         dim_green
  37.   ;   cyan          dim_cyan
  38.   ;   red           dim_red
  39.   ;   magenta       dim_magenta
  40.   ;   yellow        dim_yellow
  41.   ;   white         dim_white
  42.   ;
  43.   ; The values below are the default values.
  44.   ;
  45.   color1 = white_on_black
  46.   color2 = blue_on_black
  47.   color3 = green_on_black
  48.   color4 = cyan_on_black
  49.   color5 = red_on_black
  50.   color6 = magenta_on_black
  51.   color7 = yellow_on_black
  52.   color8 = black_on_white
  53.   border = black
  54.  
  55. [colormap]
  56.   ;
  57.   ; The COLORMAP section maps specific PC color combinations to one of the
  58.   ; eight available terminal color combinations described in the PALETTE section
  59.   ; above.  It is only necessary to use those which you wish to differ from the
  60.   ; default setting or possibly only those which your application uses.
  61.   ;
  62.   ; The statement keyword is in the form ccc_on_ccc where ccc may be any of the
  63.   ; following :-
  64.   ;
  65.   ;   black
  66.   ;   blue
  67.   ;   green
  68.   ;   cyan
  69.   ;   red
  70.   ;   magenta
  71.   ;   brown
  72.   ;   white
  73.   ;   light_black         (appears as gray)
  74.   ;   light_blue
  75.   ;   light_green
  76.   ;   light_cyan
  77.   ;   light_red
  78.   ;   light_magenta
  79.   ;   light_brown         (appears as yellow)
  80.   ;   light_white
  81.   ;
  82.   ; The parameter following the keyword may be one of the following :-
  83.   ;
  84.   ;   color1      color1_blink
  85.   ;   color2      color2_blink
  86.   ;   color3      color3_blink
  87.   ;   color4      color4_blink
  88.   ;   color5      color5_blink
  89.   ;   color6      color6_blink
  90.   ;   color7      color7_blink
  91.   ;   color8      color8_blink
  92.   ;
  93.  
  94.   white_on_black = color1
  95.   black_on_white = color8
  96.   magenta_on_lightbrown = color6_blink
  97.