home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / dos / mmdos020.exe / README.col < prev    next >
Encoding:
Text File  |  1998-12-06  |  3.6 KB  |  70 lines

  1. Color files for MultiMail
  2. =========================
  3.  
  4. New in version 0.19, the color file lets you specify the colors used by
  5. MultiMail (on color terminals). When you run MultiMail for the first time,
  6. the file "colors" will be automatically generated in the "mmail"
  7. directory, listing the default colors.
  8.  
  9. The format for each line is "ItemName: <foreground>, <background>,
  10. <attribute>", where foreground and background are one of Black, Blue,
  11. Green, Cyan, Red, Magenta, Yellow, or White, and the attribute may be Bold
  12. or Reverse. Only the first three letters are actually checked, and case
  13. is not signifigant.
  14.  
  15. If no color for a given ItemName is defined, the default will be used.
  16. Lines beginning with '#' are commented out.
  17.  
  18. "Bold" is mainly used to indicate a bright foreground color, but may also
  19. (or alternatively) cause actual boldfacing on some terminals (like xterm).
  20. "Reverse" is for the benefit of monochrome terminals (xterm again), so
  21. that highlights still show up there. (Yes, color schemes are fairly
  22. useless on a monochrome terminal; but with care, this feature lets you set
  23. up the color file once, so you can use MultiMail from both color and mono
  24. terminals without having to change anything.)
  25.  
  26. As of version 0.20, you can omit the foreground and background colors, as
  27. well as the attribute. (If only one color is specified, it's taken as the
  28. foreground color.) If omitted, the last-defined foreground or background
  29. color is used. (Note that this does NOT work for the attribute, which is
  30. reset with each color. So, if you have an item with the Bold attribute,
  31. and want the next item to be exactly the same, you still have to specify
  32. "Bold".) I did this because color schemes tend to have a lot of repeated
  33. values, especially for the background color. See the included color
  34. schemes for examples.
  35.  
  36. Also note that an ItemName with no values after it is NOT the same as an
  37. ItemName that's commented out or removed. In the first case, the colors
  38. will default to those defined for the previous item. In the second case,
  39. the colors used will be the default colors for that item (as found in
  40. tradit.col, or the autogenerated "colors" file).
  41.  
  42. You can switch between color schemes by changing the "ColorFile" keyword
  43. in your .mmailrc to point to a new file. The example color files included
  44. here are:
  45.  
  46.   aqua.col    -  This is the first color scheme I've made for myself, and
  47.                  it's the one I'm using now. It's based on blue and cyan,
  48.                  with white backgrounds for black text, and just a hint of
  49.                  red. :-)
  50.  
  51.   ingo.col    -  Approximately the color scheme used by Ingo Brueckl in
  52.                  his own version of MultiMail. It resembles the version
  53.                  0.1 color scheme.
  54.  
  55.   tradit.col  -  The standard color scheme since version 0.2, based on the
  56.                  version 0.1 scheme, with signifigant alterations by John
  57.                  Zero. Like the others (except aqua), it's rather day-glo
  58.                  for my taste, so I'll probably change the default colors
  59.                  in a future version. (This file will remain available.)
  60.                  In fact, I just changed *one*: the REPLY area line, which
  61.                  was hard to see as dark yellow, is now dark green.
  62.  
  63.   ver01.col   -  Approximately, the original color scheme found in the
  64.                  version 0.1 series, as devised by Kolossvary Tamas. (Some
  65.                  things don't quite translate, due to differences in the
  66.                  screen layout.)
  67.  
  68. I welcome additonal color schemes. If you have an interesting one, please
  69. send it to <wmcbrine@clark.net>.
  70.