Use link_text_hover
for go-to-definition links
This commit is contained in:
parent
53b76e3e4d
commit
a0224b975b
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue