mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add LspReferenceXXX highlight group (#75)
This commit is contained in:
parent
1fca56dd9a
commit
0439bb7eee
1 changed files with 5 additions and 0 deletions
|
|
@ -240,6 +240,11 @@ function M.get(config)
|
|||
TSVariable = { fg = p.text, style = styles.italic },
|
||||
TSVariableBuiltin = { fg = p.love },
|
||||
|
||||
-- vim.lsp.buf.document_highlight()
|
||||
LspReferenceText = { bg = p.highlight_med },
|
||||
LspReferenceRead = { bg = p.highlight_med },
|
||||
LspReferenceWrite = { bg = p.highlight_med },
|
||||
|
||||
-- romgrk/barbar.nvim
|
||||
BufferCurrent = { fg = p.text, bg = p.overlay },
|
||||
BufferCurrentIndex = { fg = p.text, bg = p.overlay },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue