X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fmidnight.php;h=5961c20285db55bdc47d9b4ebda22e9b9cad5a13;hb=3824e89aa69f6db72f7f7789ac3fa78318c362b9;hp=669951be5d413c2f0d0d472fcfed277396918c16;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/themes/midnight.php b/themes/midnight.php index 669951be..5961c202 100644 --- a/themes/midnight.php +++ b/themes/midnight.php @@ -2,31 +2,31 @@ /** * midnight.php - * Name: Midnight - * Author: Jim Riffle - * Date: November 14, 2001 - * Comment: A popular theme with Jim's users + * Name: Midnight + * Date: November 14, 2001 + * Comment: A popular theme with Jim's users * - * Copyright (c) 2001-2003 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Jim Riffle + * @copyright © 2001-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] = '#0000FF'; // TitleBar +$color[0] = '#0000ff'; // TitleBar $color[1] = '#800000'; // Unseen messages color (unused?) -$color[2] = '#CC0000'; // Warning/Error Messages +$color[2] = '#cc0000'; // Warning/Error Messages $color[3] = '#000066'; // Left Bar Background $color[4] = '#000000'; // Normal Background $color[5] = '#003333'; // Table Headers -$color[6] = '#FFFFFF'; // Text on left bar -$color[7] = '#00FFCC'; // Links -$color[8] = '#FFFFFF'; // Normal text +$color[6] = '#ffffff'; // Text on left bar +$color[7] = '#00ffcc'; // Links +$color[8] = '#ffffff'; // Normal text $color[9] = '#000099'; // Darker version of #0 -$color[10] = '#33FF66'; // Dimmed out folder color -$color[11] = '#7070FF'; // Special folders / Unseen messages color -$color[12] = '#3300CC'; // Alternate table row color -$color[13] = '#3333CC'; -$color[15] = '#33FF66'; // Unselectable folders -?> +$color[10] = '#33ff66'; // Dimmed out folder color +$color[11] = '#7070ff'; // Special folders / Unseen messages color +$color[12] = '#3300cc'; // Alternate table row color +$color[13] = '#3333cc'; +$color[15] = '#33ff66'; // Unselectable folders