summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2012-12-26 18:39:31 +0100
committerFlorent Le Coz <louiz@louiz.org>2012-12-29 13:14:50 +0100
commit65e097f4107e0c095a9818f5d7f0851b292c9a84 (patch)
treefef23bb1da4d4d7ebd4b2837bab927351fb8be08 /src/theming.py
parent590afbd4bcc8c9e3f04dd46d7747959290e71f51 (diff)
downloadpoezio-65e097f4107e0c095a9818f5d7f0851b292c9a84.tar.gz
poezio-65e097f4107e0c095a9818f5d7f0851b292c9a84.tar.bz2
poezio-65e097f4107e0c095a9818f5d7f0851b292c9a84.tar.xz
poezio-65e097f4107e0c095a9818f5d7f0851b292c9a84.zip
Display the number of revisions of a corrected 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 aba42a1c..cc7d0f89 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -114,6 +114,9 @@ class Theme(object):
# Color for the /me message
COLOR_ME_MESSAGE = (6, -1)
+ # Color for the number of revisions of a message
+ COLOR_REVISIONS_MESSAGE = (3, -1, 'b')
+
# Color for various important text. For example the "?" before JIDs in
# the roster that require an user action.
COLOR_IMPORTANT_TEXT = (3, 5, 'b')