X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fbluesnews_theme.php;h=44519b77efd979593886e40dd0caccb91f4dfb57;hb=f627180c1eb32250e9656c94ba8740610a99d19a;hp=590c623e8a89f89cd378971208fd484d8951e324;hpb=6e0fa5e669720b35ce2513fd063546ee261b5f1d;p=squirrelmail.git diff --git a/themes/bluesnews_theme.php b/themes/bluesnews_theme.php index 590c623e..44519b77 100644 --- a/themes/bluesnews_theme.php +++ b/themes/bluesnews_theme.php @@ -1,22 +1,32 @@ +/** + * Name: BluesNews + * Date: August 15, 2000 + * Comment: In the long tradition of mimicing popular sites, I bring + * you the 'inspired by BluesNews.com' theme. Simple, high- + * contrast colorset, easy to read with very little eye strain. + * + * @author Ray Black + * @copyright © 2000-2007 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] = '#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