mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Use a fancier angle bracket in the breadcrumbs
This commit is contained in:
parent
a11665ecc7
commit
fb46615c9f
@ -68,7 +68,7 @@ impl View for Breadcrumbs {
|
||||
.with_child(Label::new(filename.to_string(), theme.breadcrumbs.text.clone()).boxed())
|
||||
.with_children(symbols.into_iter().flat_map(|symbol| {
|
||||
[
|
||||
Label::new(" > ".to_string(), theme.breadcrumbs.text.clone()).boxed(),
|
||||
Label::new(" 〉 ".to_string(), theme.breadcrumbs.text.clone()).boxed(),
|
||||
Text::new(symbol.text, theme.breadcrumbs.text.clone())
|
||||
.with_highlights(symbol.highlight_ranges)
|
||||
.boxed(),
|
||||
|
Loading…
Reference in New Issue
Block a user