X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fforest_theme.php;h=4384f6910007beecb09f4e1e270e1d94f368b63b;hb=c5a9e036b114a84d270b255e2cac8daf7f1f8f7f;hp=53f91ed79cb479537cb0406d20105277032cc1f2;hpb=390372b45bd353cbfc6843382bc7f4291544fc49;p=squirrelmail.git diff --git a/themes/forest_theme.php b/themes/forest_theme.php index 53f91ed7..4384f691 100644 --- a/themes/forest_theme.php +++ b/themes/forest_theme.php @@ -6,6 +6,7 @@ This theme uses Forest-ish colors (mostly green) **/ + global $color; $color[0] = "#9EBFA7"; // (light purp) TitleBar $color[1] = "#800000"; // (red) $color[2] = "#CC0000"; // (light red) Warning/Error Messages @@ -18,4 +19,5 @@ $color[9] = "#88a990"; // (mid purp) Darker version of #0 $color[10] = "#5E7F67"; // (dark purp) Darker version of #9 $color[11] = "#4A9B62"; // (dark red) Special Folders color + $color[12] = "#D2F3DA"; ?>