Use muted color for fold indicators
This commit is contained in:
parent
b218ab4755
commit
d6f173866e
1 changed files with 1 additions and 0 deletions
|
@ -4401,6 +4401,7 @@ impl Editor {
|
||||||
editor.fold_at(&FoldAt { buffer_row }, cx);
|
editor.fold_at(&FoldAt { buffer_row }, cx);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.color(ui::TextColor::Muted)
|
||||||
.render()
|
.render()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue