Removed variables that were initialized, but never actually used
[squirrelmail.git] / themes / midnight.php
CommitLineData
5f10c44e 1<?php
2
3/**
4 * midnight.php
c4309fbd 5 * Name: Midnight
6 * @author Jim Riffle
7 * Date: November 14, 2001
8 * Comment: A popular theme with Jim's users
5f10c44e 9 *
82d304a0 10 * Copyright (c) 2001-2004 The SquirrelMail Project Team
5f10c44e 11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
c4309fbd 14 * @package squirrelmail
15 * @subpackage themes
5f10c44e 16 */
17
18global $color;
eb548244 19$color[0] = '#0000ff'; // TitleBar
7995c55f 20$color[1] = '#800000'; // Unseen messages color (unused?)
eb548244 21$color[2] = '#cc0000'; // Warning/Error Messages
7995c55f 22$color[3] = '#000066'; // Left Bar Background
23$color[4] = '#000000'; // Normal Background
24$color[5] = '#003333'; // Table Headers
eb548244 25$color[6] = '#ffffff'; // Text on left bar
26$color[7] = '#00ffcc'; // Links
27$color[8] = '#ffffff'; // Normal text
7995c55f 28$color[9] = '#000099'; // Darker version of #0
eb548244 29$color[10] = '#33ff66'; // Dimmed out folder color
30$color[11] = '#7070ff'; // Special folders / Unseen messages color
31$color[12] = '#3300cc'; // Alternate table row color
32$color[13] = '#3333cc';
33$color[15] = '#33ff66'; // Unselectable folders
34?>