1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Changed some of the colors in wicd-curses.py and added the About to the OptCols on the main screen.

This commit is contained in:
Andrew Psaltis
2009-03-27 00:25:59 -04:00
parent 4446016734
commit 6f276417f1

View File

@@ -556,6 +556,7 @@ class appGUI():
('R' ,'Refresh',None), ('R' ,'Refresh',None),
('P' ,'Prefs',None), ('P' ,'Prefs',None),
('I' ,'Hidden',None), ('I' ,'Hidden',None),
('A' ,'About',None),
('Q' ,'Quit',loop.quit) ('Q' ,'Quit',loop.quit)
] ]
@@ -994,7 +995,7 @@ def main():
# Thanks to nanotube on #wicd for helping with this # Thanks to nanotube on #wicd for helping with this
ui.register_palette([ ui.register_palette([
('body','default','default'), ('body','default','default'),
('focus','dark magenta','light gray'), ('focus','black','light gray'),
('header','light blue','default'), ('header','light blue','default'),
('important','light red','default'), ('important','light red','default'),
('connected','dark green','default'), ('connected','dark green','default'),
@@ -1006,7 +1007,7 @@ def main():
('tab active','dark green','light gray'), ('tab active','dark green','light gray'),
('infobar','light gray','dark blue'), ('infobar','light gray','dark blue'),
('timebar','dark gray','default'), ('timebar','dark gray','default'),
('listbar','dark gray','default'), ('listbar','light blue','default'),
# Simple colors around text # Simple colors around text
('green','dark green','default'), ('green','dark green','default'),
('blue','light blue','default'), ('blue','light blue','default'),