Make hot/empty cold/full colors configurable

This commit is contained in:
2026-06-01 21:21:40 -04:00
parent 0e96dcfd56
commit 8602952d58
5 changed files with 43 additions and 4 deletions
+16
View File
@@ -108,6 +108,22 @@ module.exports = [
"label": "Bar midground color",
"sunlight": false,
},
{
"id": "custom_color_cool_bars",
"type": "color",
"messageKey": "CLAY_BAR_COOL_COLOR",
"defaultValue": "0000aa",
"label": "Bar cold/full color",
"sunlight": false,
},
{
"id": "custom_color_hot_bars",
"type": "color",
"messageKey": "CLAY_BAR_HOT_COLOR",
"defaultValue": "ff0000",
"label": "Bar hot/empty color",
"sunlight": false,
},
{
"id": "custom_color_mg_time",
"type": "color",