X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fice_theme.php;h=adbbe951223f213b97d4f192e6e89bef3973ab6f;hb=701e7beed3baca980039f978c6d536dd91cae775;hp=ecbdff90cd56da9b7b8b09e78581dac94ceb9645;hpb=559a82d61d56b360f7e992ce6e9c3d4bd6bd5ee1;p=squirrelmail.git diff --git a/themes/ice_theme.php b/themes/ice_theme.php index ecbdff90..adbbe951 100644 --- a/themes/ice_theme.php +++ b/themes/ice_theme.php @@ -2,29 +2,28 @@ /** * ice_theme.php - * Name: Ice Theme - * Author: Luke Ehresman - * Date: January 7 2000 - * Comment: + * Name: Ice Theme + * Date: January 7 2000 * - * Copyright (c) 2000-2002 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Luke Ehresman + * @copyright 2000-2014 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] = "#C0DAFF"; // TitleBar -$color[1] = "#800000"; // Error Message -$color[2] = "#CC0000"; // Warning/Error Messages -$color[3] = "#B0CAFF"; // Left Bar Background -$color[4] = "#FFFFFF"; // Normal Background -$color[5] = "#D0EAFF"; // Table Headers -$color[6] = "#000000"; // Text on left bar -$color[7] = "#8888FF"; // Links -$color[8] = "#000000"; // Normal text -$color[9] = "#D0EAFF"; // Darker version of #0 -$color[10] = "#F0FAFF"; // Darker version of #9 -$color[11] = "#770000"; // Special Folders color - -?> +$color[0] = '#c0daff'; // TitleBar +$color[1] = '#800000'; // Error Message +$color[2] = '#cc0000'; // Warning/Error Messages +$color[3] = '#b0caff'; // Left Bar Background +$color[4] = '#ffffff'; // Normal Background +$color[5] = '#d0eaff'; // Table Headers +$color[6] = '#000000'; // Text on left bar +$color[7] = '#8888ff'; // Links +$color[8] = '#000000'; // Normal text +$color[9] = '#d0eaff'; // Darker version of #0 +$color[10] = '#f0faff'; // Darker version of #9 +$color[11] = '#770000'; // Special Folders color +$color[15] = '#006600'; // Unselectable folders