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;-----------------------------------------------------------------------------
21Color MainNorm     White    _Black
22Color MainQuote    LCyan    _Black
23Color MainKludge   LBlue    _Black
24Color MainInfo     White    _Blue
25Color MainDivide   LBlue    _Black
26Color MainHeader   LGrey    _Black
27Color MainHdrTxt   LGrey    _Black
28Color MainEdit     White    _Black
29Color MainNetInf   Yellow   _Black
30Color MainWarn     Yellow   _Red
31
32;-----------------------------------------------------------------------------
33; The AreaSelect menu and the mouse menu.
34;
35; MenuBorder     - The border color.
36; MenuTitle      - Title text of the menu, if any
37; MenuNorm       - Unselected text.
38; MenuSelect     - Selected text.
39;-----------------------------------------------------------------------------
40Color MenuTitle    White    _Blue
41Color MenuBorder   LBlue    _Black
42Color MenuNorm     LGrey    _Black
43Color MenuSelect   White    _Blue
44
45;-----------------------------------------------------------------------------
46; Startup screen information box.
47;
48; InfoBorder     - Border color.
49; InfoNorm       - Normal text color.
50;-----------------------------------------------------------------------------
51Color InfoBorder   LCyan    _Blue
52Color InfoNorm     White    _Blue
53
54;-----------------------------------------------------------------------------
55; Dialog boxes.
56;
57; DlgBorder      - Dialog box borders
58; DlgNorm        - Dialog box window text
59; DlgChNorm      - Dialog checkbox normal color
60; DlgChSel       - Dialog checkbox selected color
61; DlgEnNorm      - Dialog entry field normal color
62; DlgEnSel       - Dialog entry field selected color
63; DlgButSel      - Dialog pushbutton selected color
64; DlgButNorm     - Dialog pushbutton normal color
65; DlgButShadow   - Dialog pushbutton shadow color
66;-----------------------------------------------------------------------------
67
68;-----------------------------------------------------------------------------
69; List boxes.
70;
71; ListBdr        - List box border
72; ListTitle      - List box title
73; ListNorm       - List box normal text
74; ListInfo       - List box information text at bottom
75; ListSelect     - List box selected text
76;-----------------------------------------------------------------------------
77Color ListBdr      LRed     _Black
78Color ListTitle    Yellow   _Black
79Color ListNorm     LGrey    _Black
80Color ListInfo     White    _Black
81Color ListSelect   White    _Blue
82
83;-----------------------------------------------------------------------------
84