summaryrefslogtreecommitdiff
path: root/admin/www/MMGenerator.py
diff options
context:
space:
mode:
authorbwarsaw2001-07-12 04:45:15 +0000
committerbwarsaw2001-07-12 04:45:15 +0000
commit6f25c4abd0ed933ad861e58affaf11e171093cf3 (patch)
tree81dad5a459106d36a01009fe2a8f9cc9678a964c /admin/www/MMGenerator.py
parent0f451db7d140b2bc9872da14dc408297289466dc (diff)
downloadmailman-6f25c4abd0ed933ad861e58affaf11e171093cf3.tar.gz
mailman-6f25c4abd0ed933ad861e58affaf11e171093cf3.tar.zst
mailman-6f25c4abd0ed933ad861e58affaf11e171093cf3.zip
Diffstat (limited to 'admin/www/MMGenerator.py')
-rw-r--r--admin/www/MMGenerator.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py
index cd76dbed8..c40690dad 100644
--- a/admin/www/MMGenerator.py
+++ b/admin/www/MMGenerator.py
@@ -105,8 +105,11 @@ class MMGenerator(Skeleton, Sidebar, Banner):
def get_lightshade(self):
"""Return lightest of 3 color scheme shade."""
- return '#99997c'
+ # The Mailman logo's foreground is approximately #da7074
+ #return '#99997c'
+ #return '#a39c82'
+ return '#caa08f'
def get_darkshade(self):
"""Return darkest of 3 color scheme shade."""
- return '#663300'
+ return '#545454'