diff options
Diffstat (limited to 'src/theming.py')
-rw-r--r-- | src/theming.py | 3 |
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), |