Improve perform
This commit is contained in:
@@ -12,7 +12,9 @@ return {
|
||||
DiagnosticVirtualTextWarn = { fg = get_hlgroup("DiagnosticWarn").fg, bg = "none" },
|
||||
|
||||
CursorLineNr = { fg = "#FFD700", bg = "none", bold = true },
|
||||
CursorLine = { fg = "none", bg = "#004C4C", bold = true },
|
||||
CursorLine = { fg = "none", bg = "#005C4C", bold = true },
|
||||
CursorColumn = { fg = "none", bg = "#005C4C", bold = true },
|
||||
|
||||
Visual = { fg = "#000000", bg = "#FFFFFF", bold = true },
|
||||
|
||||
-- remove background of inlay hints
|
||||
|
||||
Reference in New Issue
Block a user