nvim: yolokai: Change the hint background
This improves the color highlight for inlay hints.
This commit is contained in:
parent
96bc70fff8
commit
6fb0c62a4b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ local highlight_groups = {
|
|||
Ignore = {bg=NONE, fg=gray, style=NONE },
|
||||
Error = {bg=black, fg=red, style=NONE },
|
||||
Todo = {bg=NONE, fg=orange, style={'bold', 'underline'}},
|
||||
Hint = {bg=lightblack3, fg=white, style='bold' },
|
||||
Hint = {bg=black, fg=white, style='bold' },
|
||||
Info = {bg=orange, fg=black, style='bold' },
|
||||
Warning = {bg=pink, fg=black, style='bold' },
|
||||
|
||||
|
|
Loading…
Reference in a new issue