chore(ui): cleanup unused themes, keeping only light/dark/dim/nord

This commit is contained in:
spinline
2026-02-04 20:04:13 +03:00
parent 4b36123264
commit 874e24389e

View File

@@ -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| {