feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset)
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user