feat(ui): add abyss theme

This commit is contained in:
spinline
2026-02-04 23:38:44 +03:00
parent 07cfd41cd1
commit 6cc0043111
3 changed files with 36 additions and 2 deletions

View File

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