X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fforest_theme.php;h=be5c3813a7d21e0f29aed3940b324ab6d48e3b9c;hp=e478ddd20519fc6b67c2a8c511a43aad9cd9a75d;hb=f7968a66f65957ffc771e79d6e89524921c3b36d;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe diff --git a/themes/forest_theme.php b/themes/forest_theme.php index e478ddd2..be5c3813 100644 --- a/themes/forest_theme.php +++ b/themes/forest_theme.php @@ -2,30 +2,31 @@ /** * dompie_theme.php - * Name: Forest - * Author: Luke Ehresman - * Date: January 7, 2000 - * Comment: This theme uses Forest-ish colors (mostly green). + * Name: Forest + * Date: January 7, 2000 + * Comment: This theme uses Forest-ish colors (mostly green). * - * Copyright (c) 2000-2003 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Luke Ehresman + * @copyright © 2000-2006 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] = '#9EBFA7'; // (light purp) TitleBar +$color[0] = '#9ebfa7'; // (light purp) TitleBar $color[1] = '#800000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages -$color[3] = '#244B30'; // (purple) Left Bar Background -$color[4] = '#DEFFE7'; // (light purple) Normal Background -$color[5] = '#B6D7BF'; // (darker gray) Table Headers -$color[6] = '#DDFFDD'; // (black) Text on left bar -$color[7] = '#1C5F30'; // (light purple) Links +$color[2] = '#cc0000'; // (light red) Warning/Error Messages +$color[3] = '#244b30'; // (purple) Left Bar Background +$color[4] = '#deffe7'; // (light purple) Normal Background +$color[5] = '#b6d7bf'; // (darker gray) Table Headers +$color[6] = '#ddffdd'; // (black) Text on left bar +$color[7] = '#1c5f30'; // (light purple) Links $color[8] = '#000000'; // (black) Normal text $color[9] = '#88a990'; // (mid purp) Darker version of #0 -$color[10] = '#5E7F67'; // (dark purp) Darker version of #9 -$color[11] = '#4A9B62'; // (dark red) Special Folders color -$color[12] = '#D2F3DA'; +$color[10] = '#5e7f67'; // (dark purp) Darker version of #9 +$color[11] = '#4a9b62'; // (dark red) Special Folders color +$color[12] = '#d2f3da'; $color[15] = '#648b70'; // (another green) Unselectable folders -?> +?> \ No newline at end of file