X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fhigh_contrast_theme.php;h=08a1ffebfc9ccd5bd1af4eb45a0ebb31d60dea77;hb=dffb9139475e0b3b78d3d6015d686963bb74b161;hp=6905c3b6c112251a5b93f26f7f8c78a09d10ac4b;hpb=c4309fbd89c120fad6921e58955fec5e0a592a0e;p=squirrelmail.git diff --git a/themes/high_contrast_theme.php b/themes/high_contrast_theme.php index 6905c3b6..08a1ffeb 100644 --- a/themes/high_contrast_theme.php +++ b/themes/high_contrast_theme.php @@ -3,30 +3,29 @@ /** * high_contrast_theme.php * Name: High Contrast - * @author Casey A. Peel * Date: July 13, 2000 * - * Copyright (c) 2000-2003 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Casey A. Peel + * @copyright © 2000-2006 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] = '#818181'; // (light gray) TitleBar -$color[1] = '#FF0000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages +$color[1] = '#ff0000'; // (red) +$color[2] = '#cc0000'; // (light red) Warning/Error Messages $color[3] = '#008080'; // (green-blue) Left Bar Background -$color[4] = '#FFFFFF'; // (white) Normal Background -$color[5] = '#FFFF00'; // (light yellow) Table Headers +$color[4] = '#ffffff'; // (white) Normal Background +$color[5] = '#ffff00'; // (light yellow) Table Headers $color[6] = '#000000'; // (black) Text on left bar -$color[7] = '#0000FF'; // (blue) Links +$color[7] = '#0000ff'; // (blue) Links $color[8] = '#000000'; // (black) Normal text -$color[9] = '#C0C0C0'; // (mid-gray) Darker version of #0 +$color[9] = '#c0c0c0'; // (mid-gray) Darker version of #0 $color[10] = '#808080'; // (dark gray) Darker version of #9 -$color[11] = '#FFFFFF'; // (white) Special Folders color -$color[15] = '#D0D070'; // (gold) Unselectable folders +$color[11] = '#ffffff'; // (white) Special Folders color +$color[15] = '#d0d070'; // (gold) Unselectable folders -?> +?> \ No newline at end of file