From 91f8c816c12e9838389d7acfd96e85c038baa02c Mon Sep 17 00:00:00 2001 From: admar Date: Mon, 24 Apr 2023 19:08:45 +0200 Subject: [PATCH] Tweak theme Colorful --- themes/Colorful/theme.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/Colorful/theme.json b/themes/Colorful/theme.json index 0a2987e..839ce84 100644 --- a/themes/Colorful/theme.json +++ b/themes/Colorful/theme.json @@ -1,13 +1,13 @@ { "name": "Light", - "color_background": [1, 1, 1], + "color_background": [1, 0.6, 0.0], "color_shade": [1, 0.8, 0.0], - "color_clock_hands_hours": [1, 0, 0], - "color_clock_hands_minutes": [0, 1, 0], - "color_clock_hands_seconds": [0, 0, 1], - "color_alarm_hands_hours": [1, 1, 0], - "color_alarm_hands_minutes": [0, 1, 1], - "color_alarm_hands_seconds": [1, 0, 1], + "color_clock_hands_hours": [1, 0, 1], + "color_clock_hands_minutes": [1, 1, 0], + "color_clock_hands_seconds": [0, 1, 1], + "color_alarm_hands_hours": [1, 0, 0], + "color_alarm_hands_minutes": [0, 1, 0], + "color_alarm_hands_seconds": [0, 0, 1], "color_font": [0, 0, 0.8], "color_numbers": [0, 0, 0.8], "color_button": [0, 0.8, 1, 1],