Use muted color for fold indicators

Nate Butler created

Change summary

crates/editor2/src/editor.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/editor2/src/editor.rs 🔗

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