Skip to content

Commit

Permalink
add LspReferenceXXX highlight group (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitrh authored Apr 11, 2022
1 parent 1fca56d commit 0439bb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 0439bb7

Please sign in to comment.