Add colors for all LspDiagnosticsUnderlines
This commit is contained in:
parent
38489e5a28
commit
2793d14bb9
|
@ -325,7 +325,11 @@ local highlight_groups = {
|
||||||
LspDiagnosticsInformationFloating = {link='InfoMsg'},
|
LspDiagnosticsInformationFloating = {link='InfoMsg'},
|
||||||
LspDiagnosticsInformationSign = {link='InfoMsg' },
|
LspDiagnosticsInformationSign = {link='InfoMsg' },
|
||||||
|
|
||||||
LspDiagnosticsUnderline = {link='CocErrorHighlight'},
|
LspDiagnosticsUnderline = {bg=NONE, fg=NONE, style={'undercurl', color=white}},
|
||||||
|
LspDiagnosticsUnderlineError = {link='CocErrorHighlight' },
|
||||||
|
LspDiagnosticsUnderlineHint = {link='CocHintHighlight' },
|
||||||
|
LspDiagnosticsUnderlineInfo = {link='CocInfoHighlight' },
|
||||||
|
LspDiagnosticsUnderlineWarning = {link='CocWarningHighlight'},
|
||||||
|
|
||||||
--[[ 4.2.12. Cursor ]]
|
--[[ 4.2.12. Cursor ]]
|
||||||
Cursor = {bg=NONE, fg=NONE, style='inverse'},
|
Cursor = {bg=NONE, fg=NONE, style='inverse'},
|
||||||
|
|
Loading…
Reference in New Issue