X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fmaize_theme.php;h=951faef406c48eadfef41f1754a906879eeb51fc;hb=eac8f9425e93278c8e3a0488d7c45443d4124d01;hp=8bad60edd7990b808106cdd4d615ad2bea7ecc7d;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/themes/maize_theme.php b/themes/maize_theme.php index 8bad60ed..951faef4 100644 --- a/themes/maize_theme.php +++ b/themes/maize_theme.php @@ -10,10 +10,10 @@ * I bring you Maize to accompany Black Bean Burrito. * As the Furbies say: Yum! Oh, message highlighting * looks best with colors in the neighborhood of - * #7A6A50, bumping up the red, green and blue where + * #7a6a50, bumping up the red, green and blue where * necessary. - * - * Copyright (c) 2000-2004 The SquirrelMail Project Team + * + * Copyright (c) 2000-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ @@ -22,18 +22,18 @@ */ global $color; -$color[0] = '#B0B0B0'; // (gray) TitleBar -$color[1] = '#A04040'; // (dull red) Quoted Replies in Emails -$color[2] = '#F04040'; // (bright red) Warning/Error Messages -$color[3] = '#DFCFBF'; // (antique white) Left Bar Background -$color[4] = '#DFCFBF'; // (antique white) Normal Background -$color[5] = '#755A45'; // (light brown) Table Headers -$color[6] = '#101010'; // (off-black) Text on left bar -$color[7] = '#800000'; // (red) Links -$color[8] = '#000000'; // (black) Normal text -$color[9] = '#909090'; // (darker gray) Darker version of #0 -$color[10] = '#606060'; // (darkest gray) Darker version of #9 -$color[11] = '#600000'; // (lighter red) Special Folders color +$color[0] = '#b0b0b0'; // (gray) TitleBar +$color[1] = '#a04040'; // (dull red) Quoted Replies in Emails +$color[2] = '#f04040'; // (bright red) Warning/Error Messages +$color[3] = '#dfcfbf'; // (antique white) Left Bar Background +$color[4] = '#dfcfbf'; // (antique white) Normal Background +$color[5] = '#755a45'; // (light brown) Table Headers +$color[6] = '#101010'; // (off-black) Text on left bar +$color[7] = '#800000'; // (red) Links +$color[8] = '#000000'; // (black) Normal text +$color[9] = '#909090'; // (darker gray) Darker version of #0 +$color[10] = '#606060'; // (darkest gray) Darker version of #9 +$color[11] = '#600000'; // (lighter red) Special Folders color $color[15] = '#602020'; // (some brown) Unselectable folders -?> +?> \ No newline at end of file