diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 801e701e785ab3ca5f95b2950d72d7fad7737ec2..cd28890b2e69d7d60217552a891edf235e1d7050 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(