diff options
author | Chris <[email protected]> | 2021-07-02 15:05:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-02 15:05:01 -0400 |
commit | a237de4a7c96e03ec7f490d1e81e68570935f2a3 (patch) | |
tree | 0973cfac9f6c0b9757449b93711600baed20ba0b /colors | |
parent | c0e05e391085416b85c905cfa60bae74f4ed196a (diff) |
no more underline
Diffstat (limited to 'colors')
-rw-r--r-- | colors/spacegray.vim | 8 |
1 files changed, 4 insertions, 4 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 |