home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / dos / msgte5_d.exe / samples / scheme.004 < prev   
Encoding:
Text File  |  1998-09-23  |  3.5 KB  |  86 lines

  1. ;-----------------------------------------------------------------------------
  2. ; Sample Msged color scheme - this one should look good an UNIX systems.
  3. ; Please note that for Linux and UNIX, you have to put
  4. ;   Switch Colors On
  5. ; into your configuration file in order to enable color display.
  6. ;-----------------------------------------------------------------------------
  7.  
  8. ;-----------------------------------------------------------------------------
  9. ; The main window (edit and reader mode).
  10. ;
  11. ; MainNorm       - Normal message text.
  12. ; MainQuote      - Quoted message text.
  13. ; MainKludge     - Control (kludge) line information message text.
  14. ; MainTempl      - Template message text.
  15. ; MainInfo       - Status bar.
  16. ; MainDivide     - Divider line between header and message text.
  17. ; MainHeader     - The header titles (From: etc).
  18. ; MainHdrTxt     - The header text.
  19. ; MainBlock      - A selected block.
  20. ; MainEdit       - Fields being edited in the header.
  21. ; MainWarn       - Warnings.
  22. ; MainNetInf     - Network information (area/address).
  23. ;-----------------------------------------------------------------------------
  24. Color MainNorm     LGrey    _Black
  25. Color MainQuote    Green    _Black
  26. Color MainKludge   Blue    _Black
  27. Color MainTempl    LGrey    _Black
  28. Color MainInfo     LGrey    _Blue
  29. Color MainDivide   LBlue    _Black
  30. Color MainHeader   LGrey    _Black
  31. Color MainHdrTxt   LGrey    _Black
  32. Color MainEdit     LGrey    _Black
  33. Color MainNetInf   Green    _Black
  34. Color MainWarn     Yellow   _Red
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; The AreaSelect menu and the mouse menu.
  38. ;
  39. ; MenuBorder     - The border color.
  40. ; MenuNorm       - Unselected text.
  41. ; MenuSelect     - Selected text.
  42. ;-----------------------------------------------------------------------------
  43. Color MenuBorder   LBlue    _Black
  44. Color MenuNorm     LGrey    _Black
  45. Color MenuSelect   LGrey    _Blue
  46.  
  47. ;-----------------------------------------------------------------------------
  48. ; Startup screen information box.
  49. ;
  50. ; InfoBorder     - Border color.
  51. ; InfoNorm       - Normal text color.
  52. ;-----------------------------------------------------------------------------
  53. Color InfoBorder   LCyan    _Blue
  54. Color InfoNorm     LGrey    _Blue
  55.  
  56. ;-----------------------------------------------------------------------------
  57. ; Dialog boxes.
  58. ;
  59. ; DlgBorder      - Dialog box borders
  60. ; DlgNorm        - Dialog box window text
  61. ; DlgChNorm      - Dialog checkbox normal color
  62. ; DlgChSel       - Dialog checkbox selected color
  63. ; DlgEnNorm      - Dialog entry field normal color
  64. ; DlgEnSel       - Dialog entry field selected color
  65. ; DlgButSel      - Dialog pushbutton selected color
  66. ; DlgButNorm     - Dialog pushbutton normal color
  67. ; DlgButShadow   - Dialog pushbutton shadow color
  68. ;-----------------------------------------------------------------------------
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ; List boxes.
  72. ;
  73. ; ListBdr        - List box border
  74. ; ListTitle      - List box title
  75. ; ListNorm       - List box normal text
  76. ; ListInfo       - List box information text at bottom
  77. ; ListSelect     - List box selected text
  78. ;-----------------------------------------------------------------------------
  79. Color ListBdr      LRed     _Black
  80. Color ListTitle    Green    _Black
  81. Color ListNorm     LGrey    _Black
  82. Color ListInfo     LGrey    _Black
  83. Color ListSelect   LGrey    _Blue
  84.  
  85. ;-----------------------------------------------------------------------------
  86.