31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* Author: Jeremy Landes
|
|
* Date: December 10, 2005
|
|
* Theme Name: 'Techno Blue'
|
|
*
|
|
* Theme posted on SquirrelMail tracker #1377567
|
|
* @copyright 2005-2025 The SquirrelMail Project Team
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
* @version $Id$
|
|
* @package squirrelmail
|
|
* @subpackage themes
|
|
*/
|
|
|
|
global $color;
|
|
$color[0] = '#b8c6d8'; // Title bar at the top of the page header
|
|
$color[1] = '#800000'; // Not currently used
|
|
$color[2] = '#cc0000'; // Warning/error messages
|
|
$color[3] = '#617d9c'; // Left folder list background color
|
|
$color[4] = '#f6faff'; // Normal background color
|
|
$color[5] = '#93a7c3'; // Header of the message index (From, Date, Subject)
|
|
$color[6] = '#f6faff'; // Normal text on the left folder list
|
|
$color[7] = '#0d2536'; // Links in the right frame
|
|
$color[8] = '#1f384c'; // Normal text
|
|
$color[9] = '#93a7c3'; // Darker version of #0
|
|
$color[10] = '#93a7c3'; // Darker version of #9
|
|
$color[11] = '#b8c6d8'; // Special folders color (Inbox, Trash, Sent)
|
|
$color[12] = '#eaeff5'; // Alternate color for message list (alters between #4 and this one)
|
|
$color[13] = '#4d657d'; // Color for single-quoted text ('> text')
|
|
$color[14] = '#4d657d'; // Color for text with more than one quote ('>> text')
|
|
$color[15] = '#f6faff'; // Non-selectable folders in the left frame (defaults to #6)
|