From 1ce485c6faa15f624dcc79b3260bf3a9899b5cee Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 7 Apr 2014 01:25:30 +0200 Subject: Fix #2354 (logs are badly colored with xhtml history) - now it should work properly - add a COLOR_LOG_MSG theming option, used both for local and remote history --- src/theming.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theming.py') diff --git a/src/theming.py b/src/theming.py index 2993b8d3..4a578ca7 100644 --- a/src/theming.py +++ b/src/theming.py @@ -267,6 +267,7 @@ class Theme(object): # This is your own nickname COLOR_OWN_NICK = (254, -1) + COLOR_LOG_MSG = (5, -1) # This is for in-tab error messages COLOR_ERROR_MSG = (9, 7, 'b') # Status color -- cgit v1.2.3