in playground/process_analysis/status_transition_graph_vistualizer.py [0:0]
def __category_color(self, category: str) -> str: return self.config.category_fill_color.get(category, self.config.fallback_fill_color)