Update Hint Style

zzz
This commit is contained in:
Nate Butler 2023-06-26 12:48:22 -04:00 committed by Kirill Bulatov
parent 67214f0e55
commit 143a020694
5 changed files with 20 additions and 1 deletions

View file

@ -1392,7 +1392,7 @@ impl EditorElement {
} else {
let style = &self.style;
let chunks = snapshot
.chunks(rows.clone(), true, Some(style.theme.suggestion))
.chunks(rows.clone(), true, Some(style.theme.hint))
.map(|chunk| {
let mut highlight_style = chunk
.syntax_highlight_id