nvim: colors/yolokai: Enable undercurl for underline diagnostic
This effectively reverts commit 59490d1
.
This commit is contained in:
parent
b60afcf0e9
commit
0c7d4372d1
1 changed files with 4 additions and 4 deletions
|
@ -188,10 +188,10 @@ local highlight_groups = {
|
||||||
DiagnosticSignInfo = 'InfoMsg' ,
|
DiagnosticSignInfo = 'InfoMsg' ,
|
||||||
DiagnosticSignHint = 'HintMsg' ,
|
DiagnosticSignHint = 'HintMsg' ,
|
||||||
|
|
||||||
DiagnosticUnderlineError = 'ErrorMsg' ,
|
DiagnosticUnderlineError = {style={'undercurl', color=red }},
|
||||||
DiagnosticUnderlineWarn = 'WarningMsg',
|
DiagnosticUnderlineWarn = {style={'undercurl', color=pink }},
|
||||||
DiagnosticUnderlineInfo = 'InfoMsg' ,
|
DiagnosticUnderlineInfo = {style={'undercurl', color=orange }},
|
||||||
DiagnosticUnderlineHint = 'HintMsg' ,
|
DiagnosticUnderlineHint = {style={'undercurl', color=purple }},
|
||||||
|
|
||||||
DiagnosticVirtualTextError = 'ErrorMsg' ,
|
DiagnosticVirtualTextError = 'ErrorMsg' ,
|
||||||
DiagnosticVirtualTextWarn = 'WarningMsg',
|
DiagnosticVirtualTextWarn = 'WarningMsg',
|
||||||
|
|
Loading…
Reference in a new issue