HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/webmail_old/themes/autumn.php
<?php

/**
 * Author:       Jeremy Landes
 * Date:         December 9, 2005
 * Theme Name:   'Autumn'
 *
 * Theme posted on SquirrelMail tracker #1377525
 * @copyright 2005-2011 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: autumn.php 14084 2011-01-06 02:44:03Z pdontthink $
 * @package squirrelmail
 * @subpackage themes
 */

global $color;
$color[0]   = '#bb9d45'; // Title bar at the top of the page header
$color[1]   = '#800000'; // Not currently used
$color[2]   = '#cc0000'; // Warning/error messages
$color[3]   = '#71360a'; // Left folder list background color
$color[4]   = '#ffffff'; // Normal background color
$color[5]   = '#c95d02'; // Header of the message index (From, Date, Subject)
$color[6]   = '#ffffff'; // Normal text on the left folder list
$color[7]   = '#2d4900'; // Links in the right frame
$color[8]   = '#000000'; // Normal text
$color[9]   = '#9ca147'; // Darker version of #0
$color[10]  = '#76673e'; // Darker version of #9
$color[11]  = '#c95d02'; // Special folders color (Inbox, Trash, Sent)
$color[12]  = '#ebebeb'; // Alternate color for message list (alters between #4 and this one)
$color[13]  = '#800000'; // Color for single-quoted text ('> text')
$color[14]  = '#ff0000'; // Color for text with more than one quote ('>> text')
$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)