X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fpurple_theme.php;h=dbe313911334e9143075b76224dabd08ea926d1e;hp=c5365e0a5c6ddca068d8f730fe5913873484d3c7;hb=1681f4d9d7070f1bfc4f9f5ce46b39caa8142537;hpb=390372b45bd353cbfc6843382bc7f4291544fc49 diff --git a/themes/purple_theme.php b/themes/purple_theme.php index c5365e0a..dbe31391 100644 --- a/themes/purple_theme.php +++ b/themes/purple_theme.php @@ -1,21 +1,31 @@ +global $color; +$color[0] = '#AC9ECB'; // (light purp) TitleBar +$color[1] = '#800000'; // (red) +$color[2] = '#CC0000'; // (light red) Warning/Error Messages +$color[3] = '#B6A7D5'; // (purple) Left Bar Background +$color[4] = '#EDE4FF'; // (light purple) Normal Background +$color[5] = '#DDD4EF'; // (darker gray) Table Headers +$color[6] = '#000000'; // (black) Text on left bar +$color[7] = '#622680'; // (light purple) Links +$color[8] = '#000000'; // (black) Normal text +$color[9] = '#877C9F'; // (mid purp) Darker version of #0 +$color[10] = '#726987'; // (dark purp) Darker version of #9 +$color[11] = '#770000'; // (dark red) Special Folders color +$color[12] = '#E0D9F2'; + +?> \ No newline at end of file