Added @package and @subpackage tags (and in some cases, @author tags) in preparation...
[squirrelmail.git] / themes / penguin.php
1 <?php
2
3 /**
4 * penguin.php
5 * Name: Penguin
6 * @author Peter J. Vasquez Sr.
7 * Date: Jult 25, 2002
8 * Comment: This theme is my attempt at using the colors of the
9 * ever-popular Linux penguin. :)
10 *
11 * Copyright (c) 2001-2003 The SquirrelMail Project Team
12 * Licensed under the GNU GPL. For full terms see the file COPYING.
13 *
14 * $Id$
15 * @package squirrelmail
16 * @subpackage themes
17 */
18
19 $color[0] = '#FFCC00'; // b 0: Title Bar at the top of the page header
20 $color[1] = '#333333'; // f 1: <not currently used>
21 $color[2] = '#FF0000'; // f 2: Error messages, usually red
22 $color[3] = '#000000'; // b 3: Left folder list background color
23 $color[4] = '#FFFFFF'; // b 4: Normal background color
24 $color[5] = '#FFCC00'; // b 5: Header of the message index [From, Date, Subject]
25 $color[6] = '#FFFFFF'; // f 6: Normal text on the left folder list
26 $color[7] = '#222222'; // f 7: Links in the right frame
27 $color[8] = '#000000'; // f 8: Normal text [usually black]
28 $color[9] = '#FFCC00'; // b 9: Darker version of #0
29 $color[10] = '#FF00CC'; // b 10: Darker version of #9
30 $color[11] = '#FFCC00'; // f 11: Special folders color [Inbox, Trash, Sent]
31 $color[12] = '#EEEEEE'; // b 12: Alternate color for message list [alters between 4 and this one]
32 $color[13] = '#800000'; // f 13: Color for single-quoted text ('> text') when reading (default: #800000)
33 $color[14] = '#FF0000'; // f 14: Color for text with more than one quote (default: #FF0000)
34 $color[15] = '#FFDD11'; // f 15: Non-selectable folders in the left frame (defaults to $color[6])
35
36 ?>