From 9c79f08ec1629972d107f1a78d2594f43ca75c12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Mare=C5=A1?= Date: Wed, 21 Jan 2026 00:57:23 +0100 Subject: [PATCH] X-mas: Darker zeroes --- xmas-lights/daemon/xmas-lights.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmas-lights/daemon/xmas-lights.c b/xmas-lights/daemon/xmas-lights.c index e9f2222..7111d0a 100644 --- a/xmas-lights/daemon/xmas-lights.c +++ b/xmas-lights/daemon/xmas-lights.c @@ -291,9 +291,9 @@ static void clock_time(uint h, uint m) lights[j+k][1] = 0; lights[j+k][2] = 255; } else { - lights[j+k][0] = 64; - lights[j+k][1] = 64; - lights[j+k][2] = 64; + lights[j+k][0] = 16; + lights[j+k][1] = 16; + lights[j+k][2] = 16; } } } -- 2.47.3