home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 May / PC_ONLINE_5_99.ISO / filesbbs / dos / mmdos024.exe / README.col < prev    next >
Encoding:
Text File  |  1999-02-12  |  3.6 KB  |  74 lines

  1. Color files for MultiMail
  2. =========================
  3.  
  4. The color file lets you specify the colors used by MultiMail (on color
  5. terminals). When you run MultiMail for the first time, the file "colors"
  6. will be automatically generated in the "mmail" directory, listing the
  7. 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. You can omit the foreground and background colors, as well as the
  27. attribute. (If only one color is specified, it's taken as the foreground
  28. color.) If omitted, the last-defined foreground or background color is
  29. used. (Note that this does NOT work for the attribute, which is reset with
  30. each color. So, if you have an item with the Bold attribute, and want the
  31. next item to be exactly the same, you still have to specify "Bold".) I did
  32. this because color schemes tend to have a lot of repeated values,
  33. especially for the background color. See the included color schemes for
  34. 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.   holger.col  -  Donated by Holger Granholm.
  52.  
  53.   ingo.col    -  Approximately the color scheme used by Ingo Brueckl in
  54.                  his own version of MultiMail. It resembles the version
  55.                  0.1 color scheme.
  56.  
  57.   toutant.col -  Donated by David Toutant.
  58.  
  59.   tradit.col  -  The standard color scheme since version 0.2, based on the
  60.                  version 0.1 scheme, with signifigant alterations by John
  61.                  Zero. Like the others (except aqua), it's rather day-glo
  62.                  for my taste, so I'll probably change the default colors
  63.                  in a future version. (This file will remain available.)
  64.                  In fact, I just changed *one*: the REPLY area line, which
  65.                  was hard to see as dark yellow, is now dark green.
  66.  
  67.   ver01.col   -  Approximately, the original color scheme found in the
  68.                  version 0.1 series, as devised by Kolossvary Tamas. (Some
  69.                  things don't quite translate, due to differences in the
  70.                  screen layout.)
  71.  
  72. I welcome additonal color schemes. If you have an interesting one, please
  73. send it to <wmcbrine@clark.net>.
  74.