WIP: layout compiling

This commit is contained in:
Mikayla 2023-11-29 14:38:27 -08:00
parent e99fa77bda
commit 39887be7d0
No known key found for this signature in database
7 changed files with 990 additions and 978 deletions

View file

@ -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,
);
}