From 79477c59e81ae83e0156150df1133168f5c4cd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 28 Mar 2024 22:47:49 +0100 Subject: [PATCH] fixed color codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.py b/code.py index d08e98f..e718f0c 100644 --- a/code.py +++ b/code.py @@ -18,7 +18,7 @@ button_state = None # Initialize button state to None lamp_state = True # Initialize lamp state to True (on) -cold_white = (150, 200, 255) +cold_white = (200, 255, 200) white = (255, 255, 255) warm_white = (255, 20, 100)