diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 801e701e78..cd28890b2e 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -673,6 +673,10 @@ impl TitleBar { "Themes…", zed_actions::theme_selector::Toggle::default().boxed_clone(), ) + .action( + "Icon Themes…", + zed_actions::icon_theme_selector::Toggle::default().boxed_clone(), + ) .action("Extensions", zed_actions::Extensions.boxed_clone()) .separator() .link( @@ -716,6 +720,10 @@ impl TitleBar { "Themes…", zed_actions::theme_selector::Toggle::default().boxed_clone(), ) + .action( + "Icon Themes…", + zed_actions::icon_theme_selector::Toggle::default().boxed_clone(), + ) .action("Extensions", zed_actions::Extensions.boxed_clone()) .separator() .link(