X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fchristmas.php;h=33858f4f8a3cb07c3b8c75980411132140b3c465;hb=8e7241121f714d9a08e1c8900d4ca274a7b22a9c;hp=c8cb0e2dc4d1e8ce7dfe1cf68637f140b390bf4f;hpb=d88b6310bf07308c2f2a3ebd2c2d27028d872a0a;p=squirrelmail.git diff --git a/themes/christmas.php b/themes/christmas.php index c8cb0e2d..33858f4f 100644 --- a/themes/christmas.php +++ b/themes/christmas.php @@ -7,25 +7,26 @@ * Date: December 23, 2001 * Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0. * - * Copyright (c) 2001-2002 The SquirrelMail Project Team + * Copyright (c) 2001-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ */ global $color; -$color[0] = "#5C9F5C"; // TitleBar -$color[1] = "#AF0000"; // Unseen messages color (unused?) -$color[2] = "#CC0000"; // Warning/Error Messages -$color[3] = "#308030"; // Left Bar Background -$color[4] = "#FFFFFF"; // Normal Background -$color[5] = "#88BA88"; // Table Headers -$color[6] = "#DEDEDE"; // Text on left bar -$color[7] = "#EE0000"; // Links -$color[8] = "#000000"; // Normal text -$color[9] = "#308F30"; // Darker version of #0 -$color[10] = "#88AA88"; // Dimmed out folder color -$color[11] = "#EE0000"; // Special folders / Unseen messages color -$color[12] = "#DDFFDD"; // Alternate table row color +$color[0] = '#5C9F5C'; // TitleBar +$color[1] = '#AF0000'; // Unseen messages color (unused?) +$color[2] = '#CC0000'; // Warning/Error Messages +$color[3] = '#308030'; // Left Bar Background +$color[4] = '#FFFFFF'; // Normal Background +$color[5] = '#88BA88'; // Table Headers +$color[6] = '#DEDEDE'; // Text on left bar +$color[7] = '#EE0000'; // Links +$color[8] = '#000000'; // Normal text +$color[9] = '#308F30'; // Darker version of #0 +$color[10] = '#88AA88'; // Dimmed out folder color +$color[11] = '#EE0000'; // Special folders / Unseen messages color +$color[12] = '#DDFFDD'; // Alternate table row color +$color[15] = '#AAFFAA'; // Unselectable folders ?>