ACC SHELL

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

<?php

/**
 * Date:         October 6, 2004
 * Theme Name:   'Net-Style theme'
 * URL:          http://www.net-style.it
 *
 * @author Gabriele Maidecchi
 * @copyright 2000-2010 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: netstyle_theme.php 13893 2010-01-25 02:47:41Z pdontthink $
 * @package squirrelmail
 * @subpackage themes
 */

global $color;
$color[0]   = '#f09000'; // (dark orange)    TitleBar
$color[1]   = '#800000'; // (red)
$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
$color[3]   = '#ffcc66'; // (light orange)   Left Bar Background
$color[4]   = '#FFFFFF'; // (white)          Normal Background
$color[5]   = '#ffbb55'; // (light orange)   Table Headers
$color[6]   = '#000000'; // (black)          Text on left bar
$color[7]   = '#770000'; // (dark red)       Links
$color[8]   = '#000000'; // (black)          Normal text
$color[9]   = '#ffbb55'; // (light orange)   Darker version of #0
$color[10]  = '#F06000'; // (darkest orange) Darker version of #9
$color[11]  = '#770000'; // (dark red)       Special Folders color
$color[12]  = '#FFFFCC'; // (lightest yellow)  Alternate color for message list
$color[13]  = '#0000F0'; // (blue)           Color for quoted text -- > 1 quote
$color[14]  = '#00C060'; // (green)          Color for quoted text -- >> 2 or more
$color[15]  = '#002266'; // (dark blue)      Unselectable folders

ACC SHELL 2018