summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-03-12 16:12:47 +0100
committermathieui <mathieui@mathieui.net>2013-03-12 16:12:47 +0100
commitd797b1fd65ba73c48e1933cc8042db0cc548094a (patch)
treed53c18b406f18c236ccee7b72ab71d57d2d5b35c /src/theming.py
parentcec1151ecb577a270b9e1f0ae5eaa238d3269ae8 (diff)
downloadpoezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.gz
poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.bz2
poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.xz
poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.zip
Implement user gaming (xep-0196)
- configuration options - theming options - /gaming
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 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),