diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index e96cb5df0eab53d4bf691c4d13a3e20928856ba5..53a376c2842937a6029cfe6c848b9998153a8d77 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -795,7 +795,7 @@ impl EditorElement { cx.paint_quad(quad( highlight_bounds, Corners::all(1. * line_height), - gpui::yellow(), // todo!("use the right color") + cx.theme().status().modified, Edges::default(), transparent_black(), ));