maxrows and port can be integers, so don't require them to have quotes.
[squirrelmail.git] / themes / midnight.php
CommitLineData
5f10c44e 1<?php
2
3/**
4 * midnight.php
5 * Name: Midnight
6 * Author: Jim Riffle
7 * Date: November 14, 2001
8 * Comment: A popular theme with Jim's users
9 *
10 * Copyright (c) 2001-2002 The SquirrelMail Project Team
11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
14 */
15
16global $color;
7995c55f 17$color[0] = '#0000FF'; // TitleBar
18$color[1] = '#800000'; // Unseen messages color (unused?)
19$color[2] = '#CC0000'; // Warning/Error Messages
20$color[3] = '#000066'; // Left Bar Background
21$color[4] = '#000000'; // Normal Background
22$color[5] = '#003333'; // Table Headers
23$color[6] = '#FFFFFF'; // Text on left bar
24$color[7] = '#00FFCC'; // Links
25$color[8] = '#FFFFFF'; // Normal text
26$color[9] = '#000099'; // Darker version of #0
27$color[10] = '#33FF66'; // Dimmed out folder color
ecf5c1bd 28$color[11] = '#7070FF'; // Special folders / Unseen messages color
7995c55f 29$color[12] = '#3300CC'; // Alternate table row color
30$color[13] = '#3333CC';
ecf5c1bd 31$color[15] = '#33FF66'; // Unselectable folders
5f10c44e 32?>