added warning color

This commit is contained in:
2024-04-14 16:25:24 +02:00
parent d308a2cfc8
commit 89da5678dc
3 changed files with 6 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ import (
var color map[string]string = map[string]string{
"red": "#FF6B6B",
"yellow": "#FFD93D",
"orange": "#F6995C",
"green": "#6BCB77",
"blue": "#008DDA",
"primary": "#211951",