diff --git a/zed/src/file_finder.rs b/zed/src/file_finder.rs index bacba1ee2a5c6b1905150893f7ccd81116bd9c8f..f5bacbd452a09be9fd2131fc1699b7a8537445f9 100644 --- a/zed/src/file_finder.rs +++ b/zed/src/file_finder.rs @@ -157,7 +157,9 @@ impl FileFinder { LineBox::new( settings.ui_font_family, settings.ui_font_size, - Svg::new("icons/file-16.svg").boxed(), + Svg::new("icons/file-16.svg") + .with_color(style.label.text.color) + .boxed(), ) .boxed(), )