diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-17 17:28:53 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-17 17:28:53 +0200 |
commit | fb450a71386d39afe4059e84632b03f6a230109c (patch) | |
tree | b4410c72ae2cde6250a2ec643be149e5fecd0075 /src/theming.py | |
parent | 3411d8ca83591adf9a92b3c1c78fbd74a4612fe7 (diff) | |
download | poezio-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.py | 3 |
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) |