diff --git a/preload/main.py b/preload/main.py index 6ca514d6c5b528dc88aaedfcb6d77a83cb4c20f9..2c04cb273af42e7f6e3d3511693fb36138eccf47 100644 --- a/preload/main.py +++ b/preload/main.py @@ -58,6 +58,33 @@ class Clock: "minute_hand": [255, 255, 255], "second_hand": [255, 255, 255], }, + { + "background": [130, 30, 70], + "center": [255, 255, 255], + "m1": [255, 255, 255], + "m5": [255, 255, 255], + "hour_hand": [255, 255, 255], + "minute_hand": [255, 255, 255], + "second_hand": [255, 255, 255], + }, + { + "background": [0, 80, 0], + "center": [255, 255, 255], + "m1": [255, 255, 255], + "m5": [255, 255, 255], + "hour_hand": [255, 255, 255], + "minute_hand": [255, 255, 255], + "second_hand": [255, 255, 255], + }, + { + "background": [0, 80, 80], + "center": [255, 255, 255], + "m1": [255, 255, 255], + "m5": [255, 255, 255], + "hour_hand": [255, 255, 255], + "minute_hand": [255, 255, 255], + "second_hand": [255, 255, 255], + }, { "background": [255, 255, 255], "center": [0, 0, 0],