mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Merge pull request #80 from volucris1/master
Add highlight for LSP references
This commit is contained in:
commit
976baa1402
1 changed files with 5 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ return {
|
|||
IndentBlanklineChar = { 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
|
||||
DiagnosticHint = { fg = purple },
|
||||
DiagnosticError = { fg = red },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue