From 868eb8a0ba88aed32ec40529b26bc3eb96830d9f Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Tue, 31 Mar 2026 14:16:03 +0200 Subject: [PATCH] feat(07-01): update index.html flash-prevention script for three themes - Update theme-color meta tag default from #18181b to #1e1e2e (Catppuccin Mocha) - Replace binary dark/light script with three-theme handler - Toggles .dark and .theme-tokyo-night classes before React mounts - Falls back to catppuccin-mocha for unknown/old localStorage values - Removes old #18181b hardcoded color constant --- ui/index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ui/index.html b/ui/index.html index 1df99676..9b24e7e4 100644 --- a/ui/index.html +++ b/ui/index.html @@ -3,7 +3,7 @@ - + @@ -22,17 +22,18 @@