X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fforest_theme.php;h=be5c3813a7d21e0f29aed3940b324ab6d48e3b9c;hb=099fea113efd975234865a517d2747d3ad0f6008;hp=4384f6910007beecb09f4e1e270e1d94f368b63b;hpb=f740c049d91feb836dd9633be9e8ff52c00d066f;p=squirrelmail.git diff --git a/themes/forest_theme.php b/themes/forest_theme.php index 4384f691..be5c3813 100644 --- a/themes/forest_theme.php +++ b/themes/forest_theme.php @@ -1,23 +1,32 @@ +global $color; +$color[0] = '#9ebfa7'; // (light purp) TitleBar +$color[1] = '#800000'; // (red) +$color[2] = '#cc0000'; // (light red) Warning/Error Messages +$color[3] = '#244b30'; // (purple) Left Bar Background +$color[4] = '#deffe7'; // (light purple) Normal Background +$color[5] = '#b6d7bf'; // (darker gray) Table Headers +$color[6] = '#ddffdd'; // (black) Text on left bar +$color[7] = '#1c5f30'; // (light purple) Links +$color[8] = '#000000'; // (black) Normal text +$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'; +$color[15] = '#648b70'; // (another green) Unselectable folders +?> \ No newline at end of file