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 --- data/themes/dark.py | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/themes/dark.py b/data/themes/dark.py index f176617e..92175320 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -41,6 +41,7 @@ class DarkTheme(theming.Theme): COLOR_VERTICAL_TAB_DISCONNECTED = (13, -1) COLOR_INFORMATION_TEXT = (244, -1) + COLOR_LOG_MSG = (244, -1) theme = DarkTheme() -- cgit v1.2.3