From a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 29 Mar 2011 16:48:25 +0200 Subject: Change the highlight color of the default theme --- src/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/theme.py b/src/theme.py index 10082676..2b09cc57 100644 --- a/src/theme.py +++ b/src/theme.py @@ -34,7 +34,7 @@ log = logging.getLogger(__name__) # Message text color COLOR_NORMAL_TEXT = 0 COLOR_INFORMATION_TEXT = 5 -COLOR_HIGHLIGHT_NICK = 10 +COLOR_HIGHLIGHT_NICK = -46 # User list color COLOR_USER_VISITOR = 7 -- cgit v1.2.3