From 786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 15 Dec 2012 02:35:52 +0100 Subject: Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option. If COLOR_HIGHLIGHT_NICK = "reverse", the highlight nick will be in reverse mode. fix #2165 --- data/themes/dark.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'data') diff --git a/data/themes/dark.py b/data/themes/dark.py index c7942290..9d856b8f 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -14,8 +14,6 @@ class DarkTheme(theming.Theme): COLOR_NEW_TEXT_SEPARATOR = (213, -1) COLOR_MORE_INDICATOR = (6, 4) - COLOR_HIGHLIGHT_NICK = (236, 202, 'b') - COLOR_TAB_NORMAL = (-1, 236) COLOR_TAB_CURRENT = (-1, 16) COLOR_TAB_NEW_MESSAGE = (3, 236) -- cgit v1.2.3