X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fdark_grey_theme.php;h=0de8a6c738e09bf9dd32618df76b6fe829554695;hp=2a39d71cf117682d8a1177004c44bdda682f0959;hb=3f55fe04a3f2093e0dc89b83fb3b3c42b16000cd;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe diff --git a/themes/dark_grey_theme.php b/themes/dark_grey_theme.php index 2a39d71c..0de8a6c7 100644 --- a/themes/dark_grey_theme.php +++ b/themes/dark_grey_theme.php @@ -3,22 +3,23 @@ /** * dark_grey_theme.php * Name: Dark Grey - * Author: Justin Miller * Date: July 24, 2000 * - * Copyright (c) 2000-2003 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Justin Miller + * @copyright 2000-2012 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] = '#B2B2B2'; // (gray) TitleBar +$color[0] = '#b2b2b2'; // (gray) TitleBar $color[1] = '#800000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages +$color[2] = '#cc0000'; // (light red) Warning/Error Messages $color[3] = '#929292'; // (light gray) Left Bar Background -$color[4] = '#FFFFFF'; // (white) Normal Background -$color[5] = '#C0C0C0'; // (lighter grey) Table Headers +$color[4] = '#ffffff'; // (white) Normal Background +$color[5] = '#c0c0c0'; // (lighter grey) Table Headers $color[6] = '#000000'; // (black) Text on left bar $color[7] = '#303030'; // (dark gray) Links $color[8] = '#000000'; // (black) Normal text @@ -26,5 +27,3 @@ $color[9] = '#929292'; // (mid-gray) Darker version of #0 $color[10] = '#505050'; // (dark gray) Darker version of #9 $color[11] = '#770010'; // (dark red) Special Folders color $color[15] = '#440000'; // (darker red) Unselectable folders - -?>