Update Hint Style
zzz
This commit is contained in:
parent
67214f0e55
commit
143a020694
5 changed files with 20 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue