ACC SHELL

Path : /srv/www/htdocs/squirrelmail/themes/
File Upload :
Current File : /srv/www/htdocs/squirrelmail/themes/simple_green2.php

<?php

/**
 * Date:         June 7, 2005
 * Theme Name:   'Simple Green'
 *
 * Published on SquirrelMail SourceForge tracker (#1217066).
 * Modified by SquirrelMail developers to match documentation guidelines.
 *
 * @author Vicky Pyne <dotvicky at dotvicky.net>
 * @copyright 2005 Vicky Pyne <dotvicky at dotvicky.net>
 * @copyright 2005-2010 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: simple_green2.php 13893 2010-01-25 02:47:41Z pdontthink $
 * @package squirrelmail
 * @subpackage themes
 */

global $color;
$color[0]   = '#DCDCDC'; // (light gray)     TitleBar
$color[1]   = '#800000'; // (red)
$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
$color[3]   = '#669966'; // (grey-green)     Left Bar Background
$color[4]   = '#FFFFFF'; // (white)          Normal Background
$color[5]   = '#99CC99'; // (light-green)    Table Headers
$color[6]   = '#000000'; // (black)          Text on left bar
$color[7]   = '#006633'; // (green)          Links
$color[8]   = '#000000'; // (black)          Normal text
$color[9]   = '#ABABAB'; // (mid-gray)       Darker version of #0
$color[10]  = '#666666'; // (dark gray)      Darker version of #9
$color[11]  = '#003300'; // (darker green)   Special Folders color
$color[12]  = '#EDEDED'; // (light gray)     Alternate color for message list
$color[13]  = '#6666CC'; // (dull blue)      Color for quoted text -- > 1 quote
$color[14]  = '#333399'; // (dark blue)      Color for quoted text -- >> 2 or more
$color[15]  = '#669966'; // (grey-green)     Unselectable folders

ACC SHELL 2018