added colors to the logs

This commit is contained in:
2024-03-17 12:18:30 +01:00
parent cc745d177d
commit c978386ca8
2 changed files with 7 additions and 3 deletions

View File

@@ -4,5 +4,6 @@ var color map[string]string = map[string]string{
"red": "#FF6B6B",
"yellow": "#FFD93D",
"green": "#6BCB77",
"blue": "#008DDA",
"primary": "#211951",
}