29 lines
979 B
PHP
29 lines
979 B
PHP
<?php
|
|
|
|
/**
|
|
* Name: Plain Blue
|
|
* Date: April 30, 2000
|
|
*
|
|
* @author Luke Ehresman
|
|
* @copyright 2000-2011 The SquirrelMail Project Team
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
* @version $Id: plain_blue_theme.php 14084 2011-01-06 02:44:03Z pdontthink $
|
|
* @package squirrelmail
|
|
* @subpackage themes
|
|
*/
|
|
|
|
global $color;
|
|
$color[0] = '#a2bed4'; // TitleBar
|
|
$color[1] = '#800000'; //
|
|
$color[2] = '#cc0000'; // Warning/Error Messages
|
|
$color[3] = '#6795b9'; // Left Bar Background
|
|
$color[4] = '#ffffff'; // Normal Background
|
|
$color[5] = '#94abc0'; // Table Headers
|
|
$color[6] = '#000000'; // Text on left bar
|
|
$color[7] = '#0000cc'; // Links
|
|
$color[8] = '#000000'; // Normal text
|
|
$color[9] = '#83a0ba'; // Darker version of #0
|
|
$color[10] = '#376589'; // Darker version of #9
|
|
$color[11] = '#770000'; // Special Folders color
|
|
$color[12] = '#ededed'; // Alternating rows color
|
|
$color[15] = '#001166'; // Unselectable folders
|