diff --git a/desktop/index.html b/desktop/index.html
index c219f214d..4b58bd432 100644
--- a/desktop/index.html
+++ b/desktop/index.html
@@ -15,10 +15,10 @@
The inline script below reads the cached theme background (same
`buzz-theme-cache` entry ThemeProvider writes) and applies it synchronously
so the boot color matches the themed loading gate — no black flash on light
- themes. On the first-ever launch (no cache yet) it seeds the `dark` class
- synchronously so the setup gate reads the dark `:root` vars instead of the
- light Catppuccin-Latte default, matching the dark `houston` theme
- ThemeProvider applies moments later — no light flash before it loads.
+ themes. On the first-ever launch (no cache yet) it seeds the light/dark
+ class from the OS color scheme, matching the Buzz theme in System mode
+ that ThemeProvider applies moments later — no wrong-scheme flash before
+ it loads.
-->