add LspReferenceXXX highlight group

This commit is contained in:
Fitrah Muhammad 2022-04-11 18:37:36 +08:00
commit 007c94cb87
No known key found for this signature in database
GPG key ID: D2A41BC11275406C

View file

@ -240,6 +240,11 @@ function M.get(config)
TSVariable = { fg = p.text, style = styles.italic }, TSVariable = { fg = p.text, style = styles.italic },
TSVariableBuiltin = { fg = p.love }, 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 -- romgrk/barbar.nvim
BufferCurrent = { fg = p.text, bg = p.overlay }, BufferCurrent = { fg = p.text, bg = p.overlay },
BufferCurrentIndex = { fg = p.text, bg = p.overlay }, BufferCurrentIndex = { fg = p.text, bg = p.overlay },