add LspCodelensXXX highlight group

This commit is contained in:
Fitrah Muhammad 2022-04-26 03:21:48 +08:00
commit 18fbdc432f
No known key found for this signature in database
GPG key ID: D2A41BC11275406C

View file

@ -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 },