diff options
| author | Chris <[email protected]> | 2021-07-02 13:49:07 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-07-02 13:49:07 -0400 | 
| commit | 3d01da8a506ae2663dd17589478a7ef8d9bf0c45 (patch) | |
| tree | 4b85f2bc4fe214f9e27ce4ff8e265eed17682920 /lua | |
| parent | d58b79b320e76e372561b3318b984c9511b516d5 (diff) | |
remove annoying underlines
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lv-themes/spacegray.lua | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/lua/lv-themes/spacegray.lua b/lua/lv-themes/spacegray.lua index 5bada4de..6e2263de 100644 --- a/lua/lv-themes/spacegray.lua +++ b/lua/lv-themes/spacegray.lua @@ -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},  | 
