net-style theme by Gabriele Maidecchi. Patch #1041323
[squirrelmail.git] / themes / netstyle_theme.php
CommitLineData
9fc11758 1<?php
2 /** Author: Gabriele Maidecchi
3 Date: October 6, 2004
4 Theme Name: 'Net-Style theme'
5 URL: http://www.net-style.it
6
7 Copyright (c) 2000-2004 The SquirrelMail Project Team
8 Licensed under the GNU GPL. For full terms see the file COPYING.
9
10 **/
11
12 global $color;
13 $color[0] = '#f09000'; // (dark orange) TitleBar
14 $color[1] = '#800000'; // (red)
15 $color[2] = '#CC0000'; // (light red) Warning/Error Messages
16 $color[3] = '#ffcc66'; // (light orange) Left Bar Background
17 $color[4] = '#FFFFFF'; // (white) Normal Background
18 $color[5] = '#ffbb55'; // (light orange) Table Headers
19 $color[6] = '#000000'; // (black) Text on left bar
20 $color[7] = '#770000'; // (dark red) Links
21 $color[8] = '#000000'; // (black) Normal text
22 $color[9] = '#ffbb55'; // (light orange) Darker version of #0
23 $color[10] = '#F06000'; // (darkest orange) Darker version of #9
24 $color[11] = '#770000'; // (dark red) Special Folders color
25 $color[12] = '#FFFFCC'; // (lightest yellow) Alternate color for message list
26 $color[13] = '#0000F0'; // (blue) Color for quoted text -- > 1 quote
27 $color[14] = '#00C060'; // (green) Color for quoted text -- >> 2 or more
28 $color[15] = '#002266'; // (dark blue) Unselectable folders
29?>