From 1cd0b4d6ea1f231c7786a01ebf3852419a4b762a Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 7 Dec 2014 20:50:24 +0100 Subject: Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) Also add /filter_from and /filter_to, and allow chaining filters. --- src/theming.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/theming.py') diff --git a/src/theming.py b/src/theming.py index 1e9d6c40..3ca1a89f 100755 --- a/src/theming.py +++ b/src/theming.py @@ -178,6 +178,13 @@ class Theme(object): CHAR_AFFILIATION_MEMBER = '+' CHAR_AFFILIATION_NONE = '-' + + # XML Tab + CHAR_XML_IN = 'IN ' + CHAR_XML_OUT = 'OUT' + COLOR_XML_IN = (1, -1) + COLOR_XML_OUT = (2, -1) + # Color for the /me message COLOR_ME_MESSAGE = (6, -1) -- cgit v1.2.3