mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
remove annoying underlines
This commit is contained in:
parent
d58b79b320
commit
3d01da8a50
2 changed files with 203 additions and 203 deletions
|
@ -79,7 +79,7 @@ local theme = lush(function()
|
|||
QuickFixLine {CursorLine},
|
||||
PmenuSbar {bg = c.bg2.li(15), fg = "NONE", gui = "NONE"},
|
||||
PmenuThumb {bg = c.white, fg = "NONE", gui = "NONE"},
|
||||
MatchParen {CursorLine, fg = "NONE", gui = "underline"},
|
||||
MatchParen {CursorLine, fg = "NONE", gui = "NONE"},
|
||||
Cursor {fg = "NONE", bg = "NONE", gui = "reverse"},
|
||||
lCursor {Cursor},
|
||||
CursorIM {Cursor},
|
||||
|
@ -226,9 +226,9 @@ local theme = lush(function()
|
|||
LspDiagnosticsInformation {LspDiagnosticsSignInformation},
|
||||
LspDiagnosticsHint {LspDiagnosticsSignHint},
|
||||
|
||||
LspReferenceText {bg = c.bg1, fg = "NONE", gui = "underline"},
|
||||
LspReferenceRead {bg = c.bg1, fg = "NONE", gui = "underline"},
|
||||
LspReferenceWrite {bg = c.bg1, fg = "NONE", gui = "underline"},
|
||||
-- LspReferenceText {bg = c.bg1, fg = "NONE", gui = "underline"},
|
||||
-- LspReferenceRead {bg = c.bg1, fg = "NONE", gui = "underline"},
|
||||
-- LspReferenceWrite {bg = c.bg1, fg = "NONE", gui = "underline"},
|
||||
|
||||
LspDiagnosticsUnderlineError {fg = "NONE", gui = "underline", sp = c.red},
|
||||
LspDiagnosticsUnderlineWarning {fg = "NONE", gui = "underline", sp = c.yellow},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue