mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
no more underline
This commit is contained in:
parent
c0e05e3910
commit
a237de4a7c
2 changed files with 8 additions and 8 deletions
|
@ -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 Search guifg=#C7C8D1 guibg=#67899E guisp=NONE gui=NONE blend=NONE
|
||||||
highlight! link TSFunction Function
|
highlight! link TSFunction Function
|
||||||
highlight! link TSFuncBuiltin Function
|
highlight! link TSFuncBuiltin Function
|
||||||
highlight LspDiagnosticsDefaultHint guifg=#4DC1FF 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=underline blend=NONE
|
highlight LspDiagnosticsDefaultError guifg=#F44848 guibg=NONE guisp=NONE gui=NONE blend=NONE
|
||||||
highlight LspDiagnosticsDefaultWarning guifg=#FF8800 guibg=NONE guisp=NONE gui=underline blend=NONE
|
highlight LspDiagnosticsDefaultWarning guifg=#FF8800 guibg=NONE guisp=NONE gui=NONE blend=NONE
|
||||||
highlight LspDiagnosticsDefaultInformation guifg=#FFCC66 guibg=NONE guisp=NONE gui=underline blend=NONE
|
highlight LspDiagnosticsDefaultInformation guifg=#FFCC66 guibg=NONE guisp=NONE gui=NONE blend=NONE
|
||||||
highlight! link LspDiagnosticsVirtualTextHint LspDiagnosticsDefaultHint
|
highlight! link LspDiagnosticsVirtualTextHint LspDiagnosticsDefaultHint
|
||||||
highlight! link LspDiagnosticsVirtualTextError LspDiagnosticsDefaultError
|
highlight! link LspDiagnosticsVirtualTextError LspDiagnosticsDefaultError
|
||||||
highlight! link LspDiagnosticsVirtualTextWarning LspDiagnosticsDefaultWarning
|
highlight! link LspDiagnosticsVirtualTextWarning LspDiagnosticsDefaultWarning
|
||||||
|
|
|
@ -201,10 +201,10 @@ local theme = lush(function()
|
||||||
-- use these groups, or use their own. Consult your LSP client's
|
-- use these groups, or use their own. Consult your LSP client's
|
||||||
-- documentation.
|
-- documentation.
|
||||||
|
|
||||||
LspDiagnosticsDefaultError {bg = "NONE", fg = c.error_red, gui = "underline"},
|
LspDiagnosticsDefaultError {bg = "NONE", fg = c.error_red, gui = "NONE"},
|
||||||
LspDiagnosticsDefaultWarning {bg = "NONE", fg = c.warning_orange, gui = "underline"},
|
LspDiagnosticsDefaultWarning {bg = "NONE", fg = c.warning_orange, gui = "NONE"},
|
||||||
LspDiagnosticsDefaultInformation {bg = "NONE", fg = c.info_yellow, gui = "underline"},
|
LspDiagnosticsDefaultInformation {bg = "NONE", fg = c.info_yellow, gui = "NONE"},
|
||||||
LspDiagnosticsDefaultHint {bg = "NONE", fg = c.hint_blue, gui = "underline"},
|
LspDiagnosticsDefaultHint {bg = "NONE", fg = c.hint_blue, gui = "NONE"},
|
||||||
|
|
||||||
LspDiagnosticsVirtualTextError {LspDiagnosticsDefaultError},
|
LspDiagnosticsVirtualTextError {LspDiagnosticsDefaultError},
|
||||||
LspDiagnosticsVirtualTextWarning {LspDiagnosticsDefaultWarning},
|
LspDiagnosticsVirtualTextWarning {LspDiagnosticsDefaultWarning},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue