X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fdeepocean_theme.php;h=97e3ebb6fba9e35393cc42a36bbcfe60ef8e9e7c;hb=de3e0fcb3264db1a616c467c00a1bbecfb192a4b;hp=9b55e84713a73acf431898417d2e8cdf29f3c3fd;hpb=f740c049d91feb836dd9633be9e8ff52c00d066f;p=squirrelmail.git diff --git a/themes/deepocean_theme.php b/themes/deepocean_theme.php index 9b55e847..97e3ebb6 100644 --- a/themes/deepocean_theme.php +++ b/themes/deepocean_theme.php @@ -1,23 +1,34 @@ +global $color; +$color[0] = '#6188a9'; // (light gray) TitleBar +$color[1] = '#800000'; // (red) +$color[2] = '#cc0000'; // (light red) Warning/Error Messages +$color[3] = '#294763'; // (green-blue) Left Bar Background +$color[4] = '#7a9cbf'; // (white) Normal Background +$color[5] = '#597d9d'; // (light yellow) Table Headers +$color[6] = '#ffffff'; // (black) Text on left bar +$color[7] = '#014070'; // (blue) Links +$color[8] = '#000000'; // (black) Normal text +$color[9] = '#587b99'; // (mid-gray) Darker version of #0 +$color[10] = '#496e8b'; // (dark gray) Darker version of #9 +$color[11] = '#a7c5f3'; // (dark red) Special Folders color +$color[12] = '#7092b4'; +$color[15] = '#83a1da'; // (another blue) Unselectable folders color + +?> \ No newline at end of file