From 6f276417f11d8791263d25812609e74b30b6e97c Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Fri, 27 Mar 2009 00:25:59 -0400 Subject: [PATCH] Changed some of the colors in wicd-curses.py and added the About to the OptCols on the main screen. --- curses/wicd-curses.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index ed8c01b..b2b0251 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -556,6 +556,7 @@ class appGUI(): ('R' ,'Refresh',None), ('P' ,'Prefs',None), ('I' ,'Hidden',None), + ('A' ,'About',None), ('Q' ,'Quit',loop.quit) ] @@ -994,7 +995,7 @@ def main(): # Thanks to nanotube on #wicd for helping with this ui.register_palette([ ('body','default','default'), - ('focus','dark magenta','light gray'), + ('focus','black','light gray'), ('header','light blue','default'), ('important','light red','default'), ('connected','dark green','default'), @@ -1006,7 +1007,7 @@ def main(): ('tab active','dark green','light gray'), ('infobar','light gray','dark blue'), ('timebar','dark gray','default'), - ('listbar','dark gray','default'), + ('listbar','light blue','default'), # Simple colors around text ('green','dark green','default'), ('blue','light blue','default'),