feat: use different color
This commit is contained in:
parent
1c3caf525e
commit
c901c17ef8
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ impl View {
|
|||
}) = doc.color_swatches.get(&self.id)
|
||||
{
|
||||
let type_style = theme
|
||||
.and_then(|t| t.find_scope_index("ui.virtual.inlay-hint.type"))
|
||||
.and_then(|t| t.find_scope_index("ui.background"))
|
||||
.map(Highlight);
|
||||
|
||||
let _style = Style::default().fg(Color::Rgb(4, 12, 28));
|
||||
|
|
Loading…
Reference in a new issue