diff --git a/home-panel/rootfs/etc/home-panel/home-panel-config.default.json b/home-panel/rootfs/etc/home-panel/home-panel-config.default.json index 59330cb..606206d 100644 --- a/home-panel/rootfs/etc/home-panel/home-panel-config.default.json +++ b/home-panel/rootfs/etc/home-panel/home-panel-config.default.json @@ -1,5 +1,27 @@ { - "theme": {}, + "theme": { + "custom": [ + { + "name": "Midnight", + "base": "dark", + "overrides": { + "backgrounds": { + "main": "#383c45", + "default": "#383c45", + "card": { + "on": "pink[600]", + "off": "#434954", + "disabled": "#7f848e" + } + }, + "text": { + "light": "grey[50]", + "main": "grey[100]" + } + } + } + ] + }, "header": { "left_outdoor_weather": { "dark_sky_icon": "sensor.dark_sky_icon",