From b17fad78d907759ef7b285f9c776ecef9ae80ad6 Mon Sep 17 00:00:00 2001 From: Avii Date: Sun, 9 Aug 2026 12:50:36 +0200 Subject: [PATCH] 1786272636 --- dashboard/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/main.rs b/dashboard/src/main.rs index 5de938b..c2aa324 100644 --- a/dashboard/src/main.rs +++ b/dashboard/src/main.rs @@ -19,7 +19,7 @@ fn apply_state(app: &Weak, state: State) { .as_ref() && let Ok(illuminance) = illuminance.state.parse::() { - let scheme = if illuminance < 100 { + let scheme = if illuminance < 300 { ColorScheme::Dark } else { ColorScheme::Light