From c57abb9c878fbdcacc21998fa9c741423d69941f Mon Sep 17 00:00:00 2001 From: moculus Date: Fri, 16 Jan 2009 00:07:53 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- application.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application.py b/application.py index c606613..2df0e82 100755 --- a/application.py +++ b/application.py @@ -66,14 +66,18 @@ class Application(object): color.default_color = True except: color.default_color = False - color.init() # this is how we can change color settings if curses.can_change_color(): + #curses.init_color(curses.COLOR_YELLOW, 750, 766, 888) #curses.init_color(curses.COLOR_BLUE, 750, 400, 0) + #curses.init_color(curses.COLOR_YELLOW, 222, 400, 900) + #curses.init_color(curses.COLOR_GREEN, 222, 400, 900) + #curses.init_color(curses.COLOR_RED, 222, 400, 222) pass else: self.set_error("Dynamic color not available") + color.init() # initialize our modes # the first dict stores our modes by (lowercase) name, and the other