matrix-ops-bot/ops_bot/common.py

7 lines
177 B
Python
Raw Normal View History

2022-11-30 15:21:09 +00:00
def urgency_color(urgency: str) -> str:
if urgency == "high":
return "#dc3545" # red
else:
return "#ffc107" # orange
# return "#17a2b8" # blue