From a995942d2588c35b4f25784051c428b939a8d00a Mon Sep 17 00:00:00 2001 From: admar Date: Wed, 26 Apr 2023 10:59:58 +0200 Subject: [PATCH] Fix name in theme Colorful --- themes/Colorful/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Colorful/theme.json b/themes/Colorful/theme.json index 839ce84..b58c4ca 100644 --- a/themes/Colorful/theme.json +++ b/themes/Colorful/theme.json @@ -1,5 +1,5 @@ { - "name": "Light", + "name": "Colorful", "color_background": [1, 0.6, 0.0], "color_shade": [1, 0.8, 0.0], "color_clock_hands_hours": [1, 0, 1],