Make low fuel color configurable

This commit is contained in:
2026-06-01 21:09:35 -04:00
parent aeeb5b0e79
commit 0e96dcfd56
5 changed files with 21 additions and 3 deletions
+8
View File
@@ -123,6 +123,14 @@ module.exports = [
"defaultValue": "ffffff",
"label": "Foreground color",
"sunlight": false,
},
{
"id": "custom_color_low_fuel",
"type": "color",
"messageKey": "CLAY_LOW_FUEL_COLOR",
"defaultValue": "ffaa00",
"label": "Low fuel indicator color",
"sunlight": false,
}
]
},