Add colors for all LspDiagnosticsUnderlines

This commit is contained in:
Iron_E 2020-07-06 16:10:30 -04:00
parent 38489e5a28
commit 2793d14bb9
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 5 additions and 1 deletions

View File

@ -325,7 +325,11 @@ local highlight_groups = {
LspDiagnosticsInformationFloating = {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 ]]
Cursor = {bg=NONE, fg=NONE, style='inverse'},