Skip to content

Commit

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

0 comments on commit da67a54

Please sign in to comment.