X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fblue_on_blue.php;h=7b73890f11e886527eba7c21fb4c0f021f13e463;hb=79bdd888fbed238a32dba1d5a459b4223b77f46c;hp=471d664966c45c4b971d05018d1f7806632f11de;hpb=f7968a66f65957ffc771e79d6e89524921c3b36d;p=squirrelmail.git diff --git a/themes/blue_on_blue.php b/themes/blue_on_blue.php index 471d6649..7b73890f 100644 --- a/themes/blue_on_blue.php +++ b/themes/blue_on_blue.php @@ -4,13 +4,14 @@ * Name: Blue on Blue * Date: December 29, 2005 * Theme Name: "Blue on Blue" - * @copyright © 2005-2006 The SquirrelMail Project Team + * @copyright © 2005-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] = '#4c4b83'; // TitleBar $color[1] = '#ffffff'; // Not Currently Used $color[2] = '#ffffff'; // Warning/Error Messages @@ -27,5 +28,3 @@ $color[12] = '#1d1d26'; // Alternate List Item Color (alternates with #4) $color[13] = '#8a8aaf'; // Single-Quoted text $color[14] = '#8a8aaf'; // Two or more quotes $color[15] = '#ffffff'; // Unselectable Folders - -?> \ No newline at end of file