crates/editor2/src/editor.rs 🔗
@@ -4401,6 +4401,7 @@ impl Editor {
editor.fold_at(&FoldAt { buffer_row }, cx);
}
})
+ .color(ui::TextColor::Muted)
.render()
})
})