X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fsandstorm_theme.php;h=5417337d14f1cd297f5f1e94b30e85477919967d;hp=44065f4214ab0f1eed4d74ce02891306a076106d;hb=61d57ab2718ef04d537b2f4870d7b6a92066d8e0;hpb=82d304a0501324b276cabab1870755d5352bd21c diff --git a/themes/sandstorm_theme.php b/themes/sandstorm_theme.php index 44065f42..5417337d 100644 --- a/themes/sandstorm_theme.php +++ b/themes/sandstorm_theme.php @@ -2,31 +2,28 @@ /** * Name: Sand Storm - * @author Luke Ehresman * Date: January 2, 2000 * Comment: This is a theme using Tan as its main color. * - * Copyright (c) 2000-2004 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Luke Ehresman + * @copyright © 2000-2009 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] = '#CFB789'; // (darker tan) TitleBar +$color[0] = '#cfb789'; // (darker tan) TitleBar $color[1] = '#800000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages -$color[3] = '#AF9769'; // (tan) Left Bar Background -$color[4] = '#FFE9BF'; // (light tan) Normal Background -$color[5] = '#FFFFCC'; // (light yellow) Table Headers +$color[2] = '#cc0000'; // (light red) Warning/Error Messages +$color[3] = '#af9769'; // (tan) Left Bar Background +$color[4] = '#ffe9bf'; // (light tan) Normal Background +$color[5] = '#ffffcc'; // (light yellow) Table Headers $color[6] = '#000000'; // (black) Text on left bar -$color[7] = '#8B6029'; // (blue) Links +$color[7] = '#8b6029'; // (blue) Links $color[8] = '#000000'; // (black) Normal text -$color[9] = '#BFA779'; // (mid tan) Darker version of #0 -$color[10] = '#7F6729'; // (dark tan) Darker version of #9 +$color[9] = '#bfa779'; // (mid tan) Darker version of #0 +$color[10] = '#7f6729'; // (dark tan) Darker version of #9 $color[11] = '#770000'; // (dark red) Special Folders color -$color[15] = '#7F6729'; // (dark tan) Unselectable folders - -?> +$color[15] = '#7f6729'; // (dark tan) Unselectable folders