X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fplain_blue_theme.php;h=f56a4a3c8a386cf810be4bb8d358dca05886682b;hb=177f93ea0a5e4f1ed25091e0b0834194aea3035c;hp=f6b62c62bfefd3e120f9ba492b08c1e88035e394;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/themes/plain_blue_theme.php b/themes/plain_blue_theme.php index f6b62c62..f56a4a3c 100644 --- a/themes/plain_blue_theme.php +++ b/themes/plain_blue_theme.php @@ -2,31 +2,28 @@ /** * Name: Plain Blue - * @author Luke Ehresman * Date: April 30, 2000 * - * Copyright (c) 2000-2004 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Luke Ehresman + * @copyright 2000-2016 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] = '#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[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[7] = '#0000cc'; // Links $color[8] = '#000000'; // Normal text -$color[9] = '#83A0BA'; // Darker version of #0 +$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[12] = '#ededed'; // Alternating rows color $color[15] = '#001166'; // Unselectable folders - -?>