ACC SHELL

Path : /proc/self/root/srv/www/htdocs/squirrelmail/themes/
File Upload :
Current File : //proc/self/root/srv/www/htdocs/squirrelmail/themes/christmas.php

<?php

/**
 * christmas.php
 *    Name:    Christmas
 *    Date:    December 23, 2001
 *    Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
 *
 * @author Jon Tai
 * @copyright 2001-2010 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: christmas.php 13893 2010-01-25 02:47:41Z pdontthink $
 * @package squirrelmail
 * @subpackage themes
 */

global $color;
$color[0]   = '#5c9f5c'; // TitleBar
$color[1]   = '#af0000'; // Unseen messages color (unused?)
$color[2]   = '#cc0000'; // Warning/Error Messages
$color[3]   = '#308030'; // Left Bar Background
$color[4]   = '#ffffff'; // Normal Background
$color[5]   = '#88ba88'; // Table Headers
$color[6]   = '#dedede'; // Text on left bar
$color[7]   = '#ee0000'; // Links
$color[8]   = '#000000'; // Normal text
$color[9]   = '#308f30'; // Darker version of #0
$color[10]  = '#88aa88'; // Dimmed out folder color
$color[11]  = '#ee0000'; // Special folders / Unseen messages color
$color[12]  = '#ddffdd'; // Alternate table row color
$color[15]  = '#aaffaa'; // Unselectable folders

ACC SHELL 2018