--- squirrelmail-1.5.1.orig/themes/classic_blue2.php
+++ squirrelmail-1.5.1/themes/classic_blue2.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author: Jeremy Landes
+ * Date: December 10, 2005
+ * Theme Name: 'Classic Blue 2'
+ *
+ * Theme posted on SquirrelMail tracker #1378332
+ * @copyright © 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id: classic_blue2.php,v 1.1.2.2 2006/05/06 07:07:46 tokul Exp $
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0] = '#a2c7e1'; // Title bar at the top of the page header
+$color[1] = '#800000'; // Not currently used
+$color[2] = '#cc0000'; // Warning/error messages
+$color[3] = '#014e82'; // Left folder list background color
+$color[4] = '#e8f5fd'; // Normal background color
+$color[5] = '#4590c4'; // Header of the message index (From, Date, Subject)
+$color[6] = '#ffffff'; // Normal text on the left folder list
+$color[7] = '#004e82'; // Links in the right frame
+$color[8] = '#000000'; // Normal text
+$color[9] = '#87b3d0'; // Darker version of #0
+$color[10] = '#87b3d0'; // Darker version of #9
+$color[11] = '#a2c7e1'; // Special folders color (Inbox, Trash, Sent)
+$color[12] = '#dae9f3'; // Alternate color for message list (alters between #4 and this one)
+$color[13] = '#333333'; // Color for single-quoted text ('> text')
+$color[14] = '#666666'; // Color for text with more than one quote ('>> text')
+$color[15] = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file