From b6cfd033000fabbb47355dc5054dabd8f26e0139 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 30 Sep 2011 17:34:40 +0200 Subject: add color for participant none in dark theme --- 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 bbe226f8..015e2988 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -8,6 +8,7 @@ class DarkTheme(theming.Theme): COLOR_STATUS_CHAT = (34 , -1) COLOR_STATUS_UNAVAILABLE = (242 , -1) COLOR_STATUS_ONLINE = (27 , -1) + COLOR_STATUS_NONE = (27 , -1) COLOR_VERTICAL_SEPARATOR = (236, -1) COLOR_NEW_TEXT_SEPARATOR = (213, -1) -- cgit v1.2.3