mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add LspCodelensXXX highlight group (#80)
This commit is contained in:
parent
c68bfa077b
commit
1ef267ddcc
1 changed files with 4 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue