diff options
Diffstat (limited to 'src/window.py')
-rw-r--r-- | src/window.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.py b/src/window.py index 76f2b048..4616aae1 100644 --- a/src/window.py +++ b/src/window.py @@ -55,10 +55,10 @@ class UserList(Win): def __init__(self, height, width, y, x, parent_win, visible): Win.__init__(self, height, width, y, x, parent_win) self.visible = visible - self.color_role = {'moderator': 2, - 'participant':3, - 'visitor':5, - 'none':5 + self.color_role = {'moderator': 4, + 'participant':5, + 'visitor':2, + 'none':3 } self.color_show = {'xa':12, 'None':8, |