From 44a6f0c5acb1984b9565b0c093898a99b9330d81 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jan 2026 05:04:23 -0800 Subject: refactor: Use CSS prefers-color-scheme instead of JS-based theme toggle --- config.example.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.example.yaml') diff --git a/config.example.yaml b/config.example.yaml index bf3ff0f..9dab8b2 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -48,10 +48,6 @@ display: # "UTC" - Use UTC timezone # "America/New_York" - Use specific IANA timezone (e.g., "Europe/London", "Asia/Tokyo") timezone: "Browser" - - # Show the theme toggle button (true by default) - # Set to false to hide the light/dark mode toggle - show_theme_toggle: true # Monitor groups groups: -- cgit v1.2.3