reverting some templating changes. They broke plugin blocks.
[squirrelmail.git] / themes / blue_on_blue.php
CommitLineData
f7968a66 1<?php
2/**
3 * Author: Lucas Austin-Howe <lucash@slic.com>
4 * Name: Blue on Blue
5 * Date: December 29, 2005
6 * Theme Name: "Blue on Blue"
7 * @copyright &copy; 2005-2006 The SquirrelMail Project Team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
10 * @package squirrelmail
11 * @subpackage themes
12 */
13
14$color[0] = '#4c4b83'; // TitleBar
15$color[1] = '#ffffff'; // Not Currently Used
16$color[2] = '#ffffff'; // Warning/Error Messages
17$color[3] = '#19193a'; // Left Bar Background
18$color[4] = '#19193a'; // Normal Background
19$color[5] = '#19193a'; // Table Headers
20$color[6] = '#8a8aaf'; // Text on Left Bar
21$color[7] = '#8a8aaf'; // Normal text
22$color[8] = '#9097bc'; // Links
23$color[9] = '#2d2d3b'; // Darker Version of #0
24$color[10] = '#16161d'; // Darker Version of #9
25$color[11] = '#ffffff'; // Special Folders color
26$color[12] = '#1d1d26'; // Alternate List Item Color (alternates with #4)
27$color[13] = '#8a8aaf'; // Single-Quoted text
28$color[14] = '#8a8aaf'; // Two or more quotes
29$color[15] = '#ffffff'; // Unselectable Folders
30
31?>