X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fbluesnews_theme.php;h=b45f127bc2d4f0bec175d9bfe3644e6260d7f303;hb=eac8f9425e93278c8e3a0488d7c45443d4124d01;hp=aa30704c2e3f4a046dccaf5114848ba4dc0efce8;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/themes/bluesnews_theme.php b/themes/bluesnews_theme.php index aa30704c..b45f127b 100644 --- a/themes/bluesnews_theme.php +++ b/themes/bluesnews_theme.php @@ -8,7 +8,7 @@ * you the 'inspired by BluesNews.com' theme. Simple, high- * contrast colorset, easy to read with very little eye strain. * - * 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$ @@ -17,19 +17,19 @@ */ global $color; -$color[0] = '#181818'; // (off-black) TitleBar -$color[1] = '#A0A0A0'; // (gray) Quoted Replies in Emails -$color[2] = '#800000'; // (red) Warning/Error Messages -$color[3] = '#000000'; // (black) Left Bar Background -$color[4] = '#000000'; // (black) Normal Background -$color[5] = '#000080'; // (bright blue) Table Headers -$color[6] = '#FFFF80'; // (bright yellow) Text on left bar -$color[7] = '#FFFF80'; // (bright yellow) Links -$color[8] = '#FFFFFF'; // (white) Normal text -$color[9] = '#000080'; // (bright blue) Darker version of #0 -$color[10] = '#000080'; // (bright blue) Darker version of #9 -$color[11] = '#3333FF'; // (dull blue) Special Folders color +$color[0] = '#181818'; // (off-black) TitleBar +$color[1] = '#a0a0a0'; // (gray) Quoted Replies in Emails +$color[2] = '#800000'; // (red) Warning/Error Messages +$color[3] = '#000000'; // (black) Left Bar Background +$color[4] = '#000000'; // (black) Normal Background +$color[5] = '#000080'; // (bright blue) Table Headers +$color[6] = '#ffff80'; // (bright yellow) Text on left bar +$color[7] = '#ffff80'; // (bright yellow) Links +$color[8] = '#ffffff'; // (white) Normal text +$color[9] = '#000080'; // (bright blue) Darker version of #0 +$color[10] = '#000080'; // (bright blue) Darker version of #9 +$color[11] = '#3333ff'; // (dull blue) Special Folders color $color[12] = '#808080'; // Alternate rows -$color[15] = '#C0C060'; // (dull yellow) Unselectable folders +$color[15] = '#c0c060'; // (dull yellow) Unselectable folders -?> +?> \ No newline at end of file