X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fplain_blue_theme.php;h=758693c9f5316a0ca7916dfe55cfb7a0e0c0ae28;hb=9d953ce021e62a3c6f7598d51025c891e9a69890;hp=257a8673f7370443bdbeeb60f51d89486a9cad1b;hpb=f740c049d91feb836dd9633be9e8ff52c00d066f;p=squirrelmail.git diff --git a/themes/plain_blue_theme.php b/themes/plain_blue_theme.php index 257a8673..758693c9 100644 --- a/themes/plain_blue_theme.php +++ b/themes/plain_blue_theme.php @@ -1,21 +1,32 @@ +/** + * Name: Plain Blue + * @author Luke Ehresman + * Date: April 30, 2000 + * + * Copyright (c) 2000-2005 The SquirrelMail Project Team + * Licensed under the GNU GPL. For full terms see the file COPYING. + * + * $Id$ + * @package squirrelmail + * @subpackage themes + */ + +global $color; +$color[0] = '#a2bed4'; // TitleBar +$color[1] = '#800000'; // +$color[2] = '#cc0000'; // Warning/Error Messages +$color[3] = '#6795b9'; // Left Bar Background +$color[4] = '#ffffff'; // Normal Background +$color[5] = '#94abc0'; // Table Headers +$color[6] = '#000000'; // Text on left bar +$color[7] = '#0000cc'; // Links +$color[8] = '#000000'; // Normal text +$color[9] = '#83a0ba'; // Darker version of #0 +$color[10] = '#376589'; // Darker version of #9 +$color[11] = '#770000'; // Special Folders color +$color[12] = '#ededed'; // Alternating rows color +$color[15] = '#001166'; // Unselectable folders + +?> \ No newline at end of file