mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add lspsaga winbar components
This commit is contained in:
parent
217087d93f
commit
a5cecb263a
1 changed files with 6 additions and 0 deletions
|
|
@ -506,6 +506,12 @@ function M.get(config)
|
||||||
ReferencesIcon = { fg = p.rose },
|
ReferencesIcon = { fg = p.rose },
|
||||||
SagaShadow = { bg = p.overlay },
|
SagaShadow = { bg = p.overlay },
|
||||||
TargetWord = { fg = p.iris },
|
TargetWord = { fg = p.iris },
|
||||||
|
SagaWinbarFilename = { fg = p.text, style = 'bold' },
|
||||||
|
SagaWinbarFolderName = { fg = p.foam },
|
||||||
|
SagaWinbarFolderIcon = { fg = p.foam },
|
||||||
|
SagaWinbarSep = { fg = p.love },
|
||||||
|
SagaWinbarWord = { fg = p.text },
|
||||||
|
SagaWinbarFunction = { fg = p.iris },
|
||||||
|
|
||||||
-- ray-x/lsp_signature.nvim
|
-- ray-x/lsp_signature.nvim
|
||||||
LspSignatureActiveParameter = { bg = p.overlay },
|
LspSignatureActiveParameter = { bg = p.overlay },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue