in src/guclimate/core/ui.py [0:0]
def badge(color, text): if color not in bg or color not in fg: raise ValueError(f"'{color}' is not a valid color") return f"{fg['white']}{bg[color]}{text}{reset}"