summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-04 18:31:36 +0200
committermathieui <mathieui@mathieui.net>2012-05-04 18:31:36 +0200
commit8fc6e536612bc79b7371db31560043d084e1d724 (patch)
tree855045831095a8efea117e5cdf30d6f5faa5d9a5 /src/theming.py
parent3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec (diff)
downloadpoezio-8fc6e536612bc79b7371db31560043d084e1d724.tar.gz
poezio-8fc6e536612bc79b7371db31560043d084e1d724.tar.bz2
poezio-8fc6e536612bc79b7371db31560043d084e1d724.tar.xz
poezio-8fc6e536612bc79b7371db31560043d084e1d724.zip
Make the visitor’s color readable (Fixes #2342)
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)