From d797b1fd65ba73c48e1933cc8042db0cc548094a Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 12 Mar 2013 16:12:47 +0100 Subject: Implement user gaming (xep-0196) - configuration options - theming options - /gaming --- 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 26b66377..f7a0b431 100644 --- a/src/theming.py +++ b/src/theming.py @@ -204,7 +204,9 @@ class Theme(object): CHAR_ROSTER_ASKED = '?' CHAR_ROSTER_ACTIVITY = '☃' CHAR_ROSTER_MOOD = '☺' + CHAR_ROSTER_GAMING = '♠' + COLOR_ROSTER_GAMING = (6, -1) COLOR_ROSTER_MOOD = (2, -1) COLOR_ROSTER_ACTIVITY = (3, -1) COLOR_ROSTER_TUNE = (6, -1) @@ -225,6 +227,7 @@ class Theme(object): 'help': (10, -1), 'headline': (11, -1, 'b'), 'tune': (6, -1), + 'gaming': (6, -1), 'mood': (2, -1), 'activity': (3, -1), 'default': (7, -1), -- cgit v1.2.3