feat: enhance color handling in templates and dashboard with hex support
This commit is contained in:
+5
-5
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user