From 99a16f2b868a093e390d99154ad67251ab9f3511 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 24 Jan 2012 15:46:51 +0100 Subject: Make the color for information messages themable --- src/theming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theming.py') 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 -- cgit v1.2.3