summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming.py b/src/theming.py
index c29d044d..e45a25ff 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -83,7 +83,7 @@ class Theme(object):
COLOR_HIGHLIGHT_NICK = (3, 5, 'b')
# User list color
- COLOR_USER_VISITOR = (0, -1)
+ COLOR_USER_VISITOR = (239, -1)
COLOR_USER_PARTICIPANT = (4, -1)
COLOR_USER_NONE = (0, -1)
COLOR_USER_MODERATOR = (1, -1)