all repos — visor @ b107f554de527f91fd1bad590b719209e4e384ea

Unnamed repository; edit this file 'description' to name the repository.

a bit brighter
confusedbread confuseddbread@gmail.com
Fri, 08 May 2026 18:34:28 +0200
commit

b107f554de527f91fd1bad590b719209e4e384ea

parent

5c68896622a216b34742acf1668dd473139c214f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -104,7 +104,7 @@ closedConfig := config

closedConfig.eyeColor = color.RGBA{R: 0, G: 0, B: 0} closed := eyes(eyes(leds, closedConfig, false), config, true) - color := HSL{H: 0.5, S: 1, L: 0.01} + color := HSL{H: 0.5, S: 1, L: 0.015} for { color.H += 0.01 if color.H > 1 {