From 65e097f4107e0c095a9818f5d7f0851b292c9a84 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 26 Dec 2012 18:39:31 +0100 Subject: Display the number of revisions of a corrected 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 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') -- cgit v1.2.3