From a237de4a7c96e03ec7f490d1e81e68570935f2a3 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 2 Jul 2021 15:05:01 -0400 Subject: no more underline --- colors/spacegray.vim | 8 ++++---- lua/lv-themes/spacegray.lua | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/colors/spacegray.vim b/colors/spacegray.vim index a5d6f6e3..0bd60f5f 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -127,10 +127,10 @@ highlight TSField guifg=#C7C8D1 guibg=NONE guisp=NONE gui=NONE blend=NONE highlight Search guifg=#C7C8D1 guibg=#67899E guisp=NONE gui=NONE blend=NONE highlight! link TSFunction Function highlight! link TSFuncBuiltin Function -highlight LspDiagnosticsDefaultHint guifg=#4DC1FF guibg=NONE guisp=NONE gui=underline blend=NONE -highlight LspDiagnosticsDefaultError guifg=#F44848 guibg=NONE guisp=NONE gui=underline blend=NONE -highlight LspDiagnosticsDefaultWarning guifg=#FF8800 guibg=NONE guisp=NONE gui=underline blend=NONE -highlight LspDiagnosticsDefaultInformation guifg=#FFCC66 guibg=NONE guisp=NONE gui=underline blend=NONE +highlight LspDiagnosticsDefaultHint guifg=#4DC1FF guibg=NONE guisp=NONE gui=NONE blend=NONE +highlight LspDiagnosticsDefaultError guifg=#F44848 guibg=NONE guisp=NONE gui=NONE blend=NONE +highlight LspDiagnosticsDefaultWarning guifg=#FF8800 guibg=NONE guisp=NONE gui=NONE blend=NONE +highlight LspDiagnosticsDefaultInformation guifg=#FFCC66 guibg=NONE guisp=NONE gui=NONE blend=NONE highlight! link LspDiagnosticsVirtualTextHint LspDiagnosticsDefaultHint highlight! link LspDiagnosticsVirtualTextError LspDiagnosticsDefaultError highlight! link LspDiagnosticsVirtualTextWarning LspDiagnosticsDefaultWarning diff --git a/lua/lv-themes/spacegray.lua b/lua/lv-themes/spacegray.lua index 6e2263de..d21c0037 100644 --- a/lua/lv-themes/spacegray.lua +++ b/lua/lv-themes/spacegray.lua @@ -201,10 +201,10 @@ local theme = lush(function() -- use these groups, or use their own. Consult your LSP client's -- documentation. - LspDiagnosticsDefaultError {bg = "NONE", fg = c.error_red, gui = "underline"}, - LspDiagnosticsDefaultWarning {bg = "NONE", fg = c.warning_orange, gui = "underline"}, - LspDiagnosticsDefaultInformation {bg = "NONE", fg = c.info_yellow, gui = "underline"}, - LspDiagnosticsDefaultHint {bg = "NONE", fg = c.hint_blue, gui = "underline"}, + LspDiagnosticsDefaultError {bg = "NONE", fg = c.error_red, gui = "NONE"}, + LspDiagnosticsDefaultWarning {bg = "NONE", fg = c.warning_orange, gui = "NONE"}, + LspDiagnosticsDefaultInformation {bg = "NONE", fg = c.info_yellow, gui = "NONE"}, + LspDiagnosticsDefaultHint {bg = "NONE", fg = c.hint_blue, gui = "NONE"}, LspDiagnosticsVirtualTextError {LspDiagnosticsDefaultError}, LspDiagnosticsVirtualTextWarning {LspDiagnosticsDefaultWarning}, -- cgit v1.2.3