From 874e24389ed391b2c766b768999f93a476b717f9 Mon Sep 17 00:00:00 2001 From: spinline Date: Wed, 4 Feb 2026 20:04:13 +0300 Subject: [PATCH] chore(ui): cleanup unused themes, keeping only light/dark/dim/nord --- frontend/src/components/layout/statusbar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/statusbar.rs b/frontend/src/components/layout/statusbar.rs index 56d669a..709f9e4 100644 --- a/frontend/src/components/layout/statusbar.rs +++ b/frontend/src/components/layout/statusbar.rs @@ -232,7 +232,7 @@ pub fn StatusBar() -> impl IntoView { > { let themes = vec![ - "light", "dark", "cupcake", "bumblebee", "emerald", "corporate", "synthwave", "retro", "cyberpunk", "valentine", "halloween", "garden", "forest", "aqua", "lofi", "pastel", "fantasy", "wireframe", "black", "luxury", "dracula", "cmyk", "autumn", "business", "acid", "lemonade", "night", "coffee", "winter", "dim", "nord", "sunset" + "light", "dark", "dim", "nord" ]; let close = close_dropdown.clone(); themes.into_iter().map(|theme| {