nvim: yolokai: Change the hint background

This improves the color highlight for inlay hints.
This commit is contained in:
Sanchayan Maity 2022-02-22 13:43:29 +05:30
parent 96bc70fff8
commit 6fb0c62a4b
1 changed files with 1 additions and 1 deletions

View File

@ -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' },