diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index b798bb6..4d0e9c5 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -245,6 +245,10 @@ function M.get(config) LspReferenceRead = { bg = p.highlight_med }, LspReferenceWrite = { bg = p.highlight_med }, + -- lsp-highlight-codelens + LspCodeLens = { fg = p.subtle }, -- virtual text of code lens + LspCodeLensSeparator = { fg = p.highlight_high }, -- separator between two or more code lens + -- romgrk/barbar.nvim BufferCurrent = { fg = p.text, bg = p.overlay }, BufferCurrentIndex = { fg = p.text, bg = p.overlay },