|
@@ -35,6 +35,9 @@ local LSP = {
|
|
DiagnosticUnderlineWarn = { style = "underline" },
|
|
DiagnosticUnderlineWarn = { style = "underline" },
|
|
DiagnosticUnderlineInfo = { style = "underline" },
|
|
DiagnosticUnderlineInfo = { style = "underline" },
|
|
DiagnosticUnderlineHint = { style = "underline" },
|
|
DiagnosticUnderlineHint = { style = "underline" },
|
|
|
|
+ LspReferenceRead = { bg = C.fg_gutter, style = "bold" },
|
|
|
|
+ LspReferenceText = { bg = C.fg_gutter, style = "bold" },
|
|
|
|
+ LspReferenceWrite = { bg = C.fg_gutter, style = "bold" },
|
|
QuickScopePrimary = { fg = C.purple_test, style = "underline" },
|
|
QuickScopePrimary = { fg = C.purple_test, style = "underline" },
|
|
QuickScopeSecondary = { fg = C.cyan_test, style = "underline" },
|
|
QuickScopeSecondary = { fg = C.cyan_test, style = "underline" },
|
|
TelescopeSelection = { fg = C.hint_blue },
|
|
TelescopeSelection = { fg = C.hint_blue },
|