X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fhigh_contrast_theme.php;h=b82160ea15d309a33b45af1687a402a1d29c406e;hb=3461167cbdf4bcdb8ac938ce887f3d3600f0937b;hp=9c9a4c47eca46d205999ce7d955a088a147d99b8;hpb=559a82d61d56b360f7e992ce6e9c3d4bd6bd5ee1;p=squirrelmail.git diff --git a/themes/high_contrast_theme.php b/themes/high_contrast_theme.php index 9c9a4c47..b82160ea 100644 --- a/themes/high_contrast_theme.php +++ b/themes/high_contrast_theme.php @@ -7,24 +7,25 @@ * Date: July 13, 2000 * Comment: * - * Copyright (c) 2000-2002 The SquirrelMail Project Team + * Copyright (c) 2000-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ */ global $color; -$color[0] = "#818181"; // (light gray) TitleBar -$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[6] = "#000000"; // (black) Text on left bar -$color[7] = "#0000FF"; // (blue) Links -$color[8] = "#000000"; // (black) Normal text -$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[0] = '#818181'; // (light gray) TitleBar +$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[6] = '#000000'; // (black) Text on left bar +$color[7] = '#0000FF'; // (blue) Links +$color[8] = '#000000'; // (black) Normal text +$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 ?>