Make hot/empty cold/full colors configurable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user