From 3c856f93ed3d1362a8b6190d9ce44b2939fca717 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 10 May 2026 00:00:08 -0400 Subject: feat(wip): load themes dynamically from static/themes/*.css --- templates/home.html | 3 +-- templates/images.html | 3 +-- templates/results.html | 3 +-- templates/settings.html | 9 ++++----- 4 files changed, 7 insertions(+), 11 deletions(-) (limited to 'templates') diff --git a/templates/home.html b/templates/home.html index 65280cf..9c546ca 100644 --- a/templates/home.html +++ b/templates/home.html @@ -8,8 +8,7 @@ OmniSearch - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + diff --git a/templates/results.html b/templates/results.html index f97a096..bea337f 100644 --- a/templates/results.html +++ b/templates/results.html @@ -8,8 +8,7 @@ OmniSearch - {{query}} - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + -- cgit v1.3