X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fsandstorm_theme.php;h=9a1488eb690de8dc513afaa3b361edd63350633b;hb=812843b788e63481bae81178aec4d9934672937b;hp=cfbbecce9de8be35dd1cedab4226cf8eeb7302da;hpb=d4f79d9669da458dedf7eb355e2e66ccdfb38ade;p=squirrelmail.git diff --git a/themes/sandstorm_theme.php b/themes/sandstorm_theme.php index cfbbecce..9a1488eb 100644 --- a/themes/sandstorm_theme.php +++ b/themes/sandstorm_theme.php @@ -14,17 +14,18 @@ */ global $color; -$color[0] = "#CFB789"; // (darker tan) TitleBar -$color[1] = "#800000"; // (red) -$color[2] = "#CC0000"; // (light red) Warning/Error Messages -$color[3] = "#AF9769"; // (tan) Left Bar Background -$color[4] = "#FFE9BF"; // (light tan) Normal Background -$color[5] = "#FFFFCC"; // (light yellow) Table Headers -$color[6] = "#000000"; // (black) Text on left bar -$color[7] = "#8B6029"; // (blue) Links -$color[8] = "#000000"; // (black) Normal text -$color[9] = "#BFA779"; // (mid tan) Darker version of #0 -$color[10] = "#7F6729"; // (dark tan) Darker version of #9 -$color[11] = "#770000"; // (dark red) Special Folders color +$color[0] = '#CFB789'; // (darker tan) TitleBar +$color[1] = '#800000'; // (red) +$color[2] = '#CC0000'; // (light red) Warning/Error Messages +$color[3] = '#AF9769'; // (tan) Left Bar Background +$color[4] = '#FFE9BF'; // (light tan) Normal Background +$color[5] = '#FFFFCC'; // (light yellow) Table Headers +$color[6] = '#000000'; // (black) Text on left bar +$color[7] = '#8B6029'; // (blue) Links +$color[8] = '#000000'; // (black) Normal text +$color[9] = '#BFA779'; // (mid tan) Darker version of #0 +$color[10] = '#7F6729'; // (dark tan) Darker version of #9 +$color[11] = '#770000'; // (dark red) Special Folders color +$color[15] = '#7F6729'; // (dark tan) Unselectable folders ?>