Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.py b/chat.py
index 91e7e27..0c8e752 100644
--- a/chat.py
+++ b/chat.py
@@ -199,7 +199,7 @@ class Chat(Activity):
try:
color_stroke, color_fill = color.split(',')
except ValueError:
- color_stroke, color_fill = ('#000000', '#FFFFFF')
+ color_stroke, color_fill = ('#000000', '#888888')
color_stroke = Color(color_stroke).get_int()
color_fill = Color(color_fill).get_int()
text_color = COLOR_WHITE.get_int()