feat: enhance color handling in templates and dashboard with hex support

This commit is contained in:
2026-05-10 12:55:39 +02:00
parent 8f8c3655db
commit 565c4078bb
5 changed files with 39 additions and 8 deletions
+5 -5
View File
@@ -1,24 +1,24 @@
{
"420": {
"color": 3066993,
"color": "#2ECC71",
"image_url": "https://copyparty.allucanget.biz/img/weed.png",
"text": "Blaze it!"
},
"halftime": {
"color": 3066993,
"color": "#2ECC71",
"image_url": "https://copyparty.allucanget.biz/img/weed.png",
"text": "Half-time!"
},
"reminder": {
"color": 15105570,
"color": "#E67E22",
"text": "This is your 5 minute reminder to 420!"
},
"reminder_halftime": {
"color": 15105570,
"color": "#E67E22",
"text": "Half-time in 5 minutes!"
},
"test": {
"color": 3447003,
"color": "#3498DB",
"text": "This is a test notification."
}
}