summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-10-01 22:47:47 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-10-01 22:47:47 +0200
commit4dfe2229da7052985736bef93c7b02c179780548 (patch)
treebd3d01f9283e99b74da95c9727321a7bb7eeef00 /src
parenta5c067fd932f8f67a41556929b59587d0cb48332 (diff)
downloadpoezio-4dfe2229da7052985736bef93c7b02c179780548.tar.gz
poezio-4dfe2229da7052985736bef93c7b02c179780548.tar.bz2
poezio-4dfe2229da7052985736bef93c7b02c179780548.tar.xz
poezio-4dfe2229da7052985736bef93c7b02c179780548.zip
remove white from the nick colors
Diffstat (limited to 'src')
-rw-r--r--src/theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming.py b/src/theming.py
index 382a3146..4bfdad42 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -118,7 +118,7 @@ class Theme(object):
# A list of colors randomly attributed to nicks in MUCs
# Setting more colors makes it harder to have two nicks with the same color,
# avoiding confusions.
- LIST_COLOR_NICKNAMES = [(1, -1), (2, -1), (3, -1), (4, -1), (5, -1), (6, -1), (7, -1), (8, -1), (9, -1), (10, -1), (11, -1), (12, -1), (13, -1), (14, -1), (23, -1), (23, -1), (88, -1), (99, -1), (100, -1), (154, -1), (213, -1), (216, -1), (227, -1)]
+ LIST_COLOR_NICKNAMES = [(1, -1), (2, -1), (3, -1), (4, -1), (5, -1), (6, -1), (8, -1), (9, -1), (10, -1), (11, -1), (12, -1), (13, -1), (14, -1), (23, -1), (23, -1), (88, -1), (99, -1), (100, -1), (154, -1), (213, -1), (216, -1), (227, -1)]
# This is your own nickname
COLOR_OWN_NICK = (254, -1)