From 60a5c033e33e2eb362ab303c27ad7d5afd2184a5 Mon Sep 17 00:00:00 2001 From: illuzn <57167030+illuzn@users.noreply.github.com> Date: Mon, 23 May 2022 17:56:24 +0930 Subject: [PATCH] Update theme.py --- apps/nspanel-lovelace-ui/luibackend/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/theme.py b/apps/nspanel-lovelace-ui/luibackend/theme.py index b2a894c4..cf78b9ec 100644 --- a/apps/nspanel-lovelace-ui/luibackend/theme.py +++ b/apps/nspanel-lovelace-ui/luibackend/theme.py @@ -2,7 +2,7 @@ default_screensaver_color_mapping = { #"item": "color in decimal RGB565 (1-65535)" "background": "0", - "time": "1111", + "time": "65535", "timeAMPM": "65535", "date": "65535", "tMainIcon": "65535",