WIP: layout compiling
This commit is contained in:
parent
e99fa77bda
commit
39887be7d0
7 changed files with 990 additions and 978 deletions
|
@ -913,7 +913,7 @@ impl SearchableItem for Editor {
|
|||
fn update_matches(&mut self, matches: Vec<Range<Anchor>>, cx: &mut ViewContext<Self>) {
|
||||
self.highlight_background::<BufferSearchHighlights>(
|
||||
matches,
|
||||
|theme| theme.title_bar_background, // todo: update theme
|
||||
|theme| theme.search_match_background,
|
||||
cx,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue