summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-01-24 15:46:51 +0100
committerFlorent Le Coz <louiz@louiz.org>2012-01-26 10:05:37 +0100
commit7512001612a42cc46552a619d876c551e8ee51b1 (patch)
treeedc9884f46d3f5efcf10494792fbef9f983f8cb9 /src/theming.py
parent5924cd4a13ee293b0b9c7bfe87ad70a7e896ae05 (diff)
downloadpoezio-7512001612a42cc46552a619d876c551e8ee51b1.tar.gz
poezio-7512001612a42cc46552a619d876c551e8ee51b1.tar.bz2
poezio-7512001612a42cc46552a619d876c551e8ee51b1.tar.xz
poezio-7512001612a42cc46552a619d876c551e8ee51b1.zip
Make the color for information messages themable
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 4e1f37ea..ff2ff74e 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -79,7 +79,7 @@ class Theme(object):
"""
# Message text color
COLOR_NORMAL_TEXT = (-1, -1)
- COLOR_INFORMATION_TEXT = (137, -1) # TODO
+ COLOR_INFORMATION_TEXT = (5, -1) # TODO
COLOR_HIGHLIGHT_NICK = (3, 5, 'b')
# User list color