summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-17 17:28:53 +0200
committermathieui <mathieui@mathieui.net>2012-05-17 17:28:53 +0200
commitfb450a71386d39afe4059e84632b03f6a230109c (patch)
treeb4410c72ae2cde6250a2ec643be149e5fecd0075 /src/theming.py
parent3411d8ca83591adf9a92b3c1c78fbd74a4612fe7 (diff)
downloadpoezio-fb450a71386d39afe4059e84632b03f6a230109c.tar.gz
poezio-fb450a71386d39afe4059e84632b03f6a230109c.tar.bz2
poezio-fb450a71386d39afe4059e84632b03f6a230109c.tar.xz
poezio-fb450a71386d39afe4059e84632b03f6a230109c.zip
Use a different theme variable for the /me message
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py3
1 files changed, 3 insertions, 0 deletions
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)