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