From 8d2e19aafbaa78ff53073526f1ac20a9f4c329a4 Mon Sep 17 00:00:00 2001 From: Johannes Braun Date: Sun, 29 Jan 2023 21:56:58 +0100 Subject: [PATCH] fix theme --- apps/nspanel-lovelace-ui/luibackend/theme.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/theme.py b/apps/nspanel-lovelace-ui/luibackend/theme.py index 5ed43187..319b0986 100644 --- a/apps/nspanel-lovelace-ui/luibackend/theme.py +++ b/apps/nspanel-lovelace-ui/luibackend/theme.py @@ -7,16 +7,11 @@ default_screensaver_color_mapping = { "time": "65535", "timeAMPM": "65535", "date": "65535", - "tMainIcon": "65535", "tMainText": "65535", "tForecast1": "65535", "tForecast2": "65535", "tForecast3": "65535", "tForecast4": "65535", - "tF1Icon": "65535", - "tF2Icon": "65535", - "tF3Icon": "65535", - "tF4Icon": "65535", "tForecast1Val": "65535", "tForecast2Val": "65535", "tForecast3Val": "65535",