home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / COMM / MMDOS033.ZIP / README.col < prev    next >
Encoding:
Text File  |  2000-02-21  |  3.8 KB  |  80 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.   gilmore.col -  Donated by Gary Gilmore.
  52.  
  53.   holger2.col -  Donated by Holger Granholm.
  54.  
  55.   ingo.col    -  Approximately the color scheme used by Ingo Brueckl in
  56.                  his own version of MultiMail. It resembles the version
  57.                  0.1 color scheme.
  58.  
  59.   tonys.col   -  Donated by Tony Summerfelt.
  60.  
  61.   toutant.col -  Donated by David Toutant.
  62.  
  63.   tradit.col  -  The standard color scheme since version 0.2, based on the
  64.                  version 0.1 scheme, with signifigant alterations by John
  65.                  Zero. Like the others (except aqua), it's rather day-glo
  66.                  for my taste, so I'll probably change the default colors
  67.                  in a future version. (This file will remain available.)
  68.                  In fact, I just changed *one*: the REPLY area line, which
  69.                  was hard to see as dark yellow, is now dark green.
  70.  
  71.   tuukka.col  -  A monochrome scheme, donated by Tuukka Lehtinen.
  72.  
  73.   ver01.col   -  Approximately, the original color scheme found in the
  74.                  version 0.1 series, as devised by Kolossvary Tamas. (Some
  75.                  things don't quite translate, due to differences in the
  76.                  screen layout.)
  77.  
  78. I welcome additonal color schemes. If you have an interesting one, please
  79. send it to <wmcbrine@clark.net>.
  80.