def text_color(self):
     return COLORS.get_color(self.color)[1]
 def background_color(self):
     return COLORS.get_color(self.color)[0]