From 315d8802593eab6fce5a4a18b73599f05227141f Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 22 Aug 2010 16:42:14 +0000 Subject: change the OWN_NICKNAME colorof poezio's theme --- src/theme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme.py b/src/theme.py index da485f16..b51371fa 100644 --- a/src/theme.py +++ b/src/theme.py @@ -64,9 +64,9 @@ COLOR_TAB_PRIVATE = 33 # Nickname colors LIST_COLOR_NICKNAMES = [ - 73, 74, 75, 76, 77, 78, 79 + 73, 74, 75, 76, 77, 79 ] -COLOR_OWN_NICK = 72 +COLOR_OWN_NICK = 78 # Status color COLOR_STATUS_XA = 40 -- cgit v1.2.3