def __init__(self, foreground=curses.COLOR_BLACK, background=curses.COLOR_WHITE): self.index = Color.next_index() self.set(foreground, background)