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     LGrey    _Black
22Color MainQuote    LCyan    _Black
23Color MainKludge   LBlue    _Black
24Color MainInfo     Black    _LGrey
25Color MainDivide   Black    _LGrey
26Color MainHeader   LBlue    _LGrey
27Color MainHdrTxt   Black    _LGrey
28Color MainEdit     White    _Black
29Color MainNetInf   Green    _LGrey
30Color MainWarn     LRed     _LGrey
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    _Blue
42Color MenuNorm     LGrey    _Blue
43Color MenuSelect   White    _Black
44
45;-----------------------------------------------------------------------------
46; Startup screen information box.
47;
48; InfoBorder     - Border color.
49; InfoNorm       - Normal text color.
50;-----------------------------------------------------------------------------
51Color InfoBorder   LCyan    _Cyan
52Color InfoNorm     White    _Cyan
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      LCyan    _Blue
78Color ListTitle    LCyan    _Blue
79Color ListNorm     LGrey    _Blue
80Color ListInfo     LRed     _Blue
81Color ListSelect   White    _Black
82
83;-----------------------------------------------------------------------------
84