feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset)

This commit is contained in:
spinline
2026-02-04 23:21:12 +03:00
parent a6a40997fb
commit efcee71f56
3 changed files with 169 additions and 4 deletions

View File

@@ -254,7 +254,7 @@ pub fn StatusBar() -> impl IntoView {
>
{
let themes = vec![
"light", "dark", "dim", "nord"
"light", "dark", "dim", "nord", "cupcake", "dracula", "cyberpunk", "emerald", "sunset"
];
let close = close_dropdown.clone();
themes.into_iter().map(|theme| {