From 1e60dc2cead1b1dfc2ee3b0af9420ce53b59a8c7 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 26 Jan 2013 05:44:08 +0100 Subject: Add the color of the resource (for dynamic conversations) in the dark theme. --- data/themes/dark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/data/themes/dark.py b/data/themes/dark.py index a7a1549e..0d4f9b69 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -27,6 +27,7 @@ class DarkTheme(theming.Theme): COLOR_SELECTED_ROW = (-1, 238) COLOR_PRIVATE_NAME = (173, 236) COLOR_CONVERSATION_NAME = (2, 236) + COLOR_CONVERSATION_RESOURCE = (58, 236) COLOR_GROUPCHAT_NAME = (106, 236) COLOR_COLUMN_HEADER = (36, 236) -- cgit v1.2.3