From 8d1c43154633fcbb733c9414d1fe000185339b30 Mon Sep 17 00:00:00 2001 From: admar Date: Mon, 29 May 2023 12:37:53 +0200 Subject: [PATCH] Forgot to add theme.json --- 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 b58c4ca..67bddd6 100644 --- a/themes/Colorful/theme.json +++ b/themes/Colorful/theme.json @@ -1,6 +1,6 @@ { "name": "Colorful", - "color_background": [1, 0.6, 0.0], + "color_background": [0.6, 0.8, 1], "color_shade": [1, 0.8, 0.0], "color_clock_hands_hours": [1, 0, 1], "color_clock_hands_minutes": [1, 1, 0],