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

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