From e52992cb6ceef1c884b0e812746242e225a3d9c9 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 17 Dec 2012 05:10:43 +0100 Subject: Fix the color of the information text in the dark plugin. --- data/themes/dark.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/themes/dark.py b/data/themes/dark.py index 9d856b8f..a7a1549e 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -38,6 +38,8 @@ class DarkTheme(theming.Theme): COLOR_VERTICAL_TAB_ATTENTION = (6, -1) COLOR_VERTICAL_TAB_DISCONNECTED = (13, -1) + COLOR_INFORMATION_TEXT = (244, -1) + theme = DarkTheme() -- cgit v1.2.3