From fb450a71386d39afe4059e84632b03f6a230109c Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 17 May 2012 17:28:53 +0200 Subject: Use a different theme variable for the /me message --- src/theming.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/theming.py') diff --git a/src/theming.py b/src/theming.py index e45a25ff..94d7b005 100644 --- a/src/theming.py +++ b/src/theming.py @@ -108,6 +108,9 @@ class Theme(object): CHAR_AFFILIATION_MEMBER = '+' CHAR_AFFILIATION_NONE = '-' + # Color for the /me message + COLOR_ME_MESSAGE = (6, -1) + # Separators COLOR_VERTICAL_SEPARATOR = (4, -1) COLOR_NEW_TEXT_SEPARATOR = (2, -1) -- cgit v1.2.3