mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 10:45:55 -07:00
Add highlight for LSP references
This commit is contained in:
parent
345452fbc0
commit
244f2b6312
1 changed files with 5 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ return {
|
||||||
IndentBlanklineChar = { fg = line },
|
IndentBlanklineChar = { fg = line },
|
||||||
IndentBlanklineSpaceChar = { fg = line },
|
IndentBlanklineSpaceChar = { fg = line },
|
||||||
|
|
||||||
|
-- LSP References
|
||||||
|
LspReferenceText = { fg = darker_black, bg = white },
|
||||||
|
LspReferenceRead = { fg = darker_black, bg = white },
|
||||||
|
LspReferenceWrite = { fg = darker_black, bg = white },
|
||||||
|
|
||||||
-- Lsp Diagnostics
|
-- Lsp Diagnostics
|
||||||
DiagnosticHint = { fg = purple },
|
DiagnosticHint = { fg = purple },
|
||||||
DiagnosticError = { fg = red },
|
DiagnosticError = { fg = red },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue