From ff1e9c345c971d2e6f758931c4b40f2c637cdab9 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 18 Apr 2010 14:36:20 -0300 Subject: [PATCH] better default colors for user and tags --- mitterlib/ui/ui_pygtk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index cdfebce..10f637b 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -1155,7 +1155,7 @@ class Interface(object): help='Color for usernames', type='str', metavar='COLOR', - default='green', + default='seagreen', conflict_group='interface', is_cmd_option=False) options.add_option( @@ -1173,7 +1173,7 @@ class Interface(object): help='Color for tags', type='str', metavar='COLOR', - default='goldenrod', + default='chocolate', conflict_group='interface', is_cmd_option=False) options.add_option(