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