Use `link_text_hover` for go-to-definition links

Marshall Bowers created

Change summary

crates/editor2/src/link_go_to_definition.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

@@ -491,7 +491,7 @@ pub fn show_link_definition(
                                 thickness: px(1.),
                                 ..Default::default()
                             }),
-                            color: Some(gpui::red()),
+                            color: Some(cx.theme().colors().link_text_hover),
                             ..Default::default()
                         };
                         let highlight_range =