From 7620083e5daf09c28e9e84afd61d5305f181e8e2 Mon Sep 17 00:00:00 2001 From: Avii Date: Mon, 10 Aug 2026 14:44:53 +0200 Subject: [PATCH] 1786365893 --- dashboard/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/ui.rs b/dashboard/src/ui.rs index fc8d6a3..7b19821 100644 --- a/dashboard/src/ui.rs +++ b/dashboard/src/ui.rs @@ -49,7 +49,7 @@ pub fn apply_theme(app: &AppWindow, entities: &Vec) { let mut color_scheme = app.get_color_scheme(); if illuminance < 250 { color_scheme = ColorScheme::Dark; - } else if illuminance > 300 { + } else if illuminance > 450 { color_scheme = ColorScheme::Light; }