mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: Add lsp_signature highlight (#54)
This commit is contained in:
parent
617fb080ac
commit
ed2dd129b6
1 changed files with 4 additions and 0 deletions
|
|
@ -474,6 +474,10 @@ local theme = {
|
|||
TargetWord = { fg = p.iris },
|
||||
|
||||
SagaShadow = { bg = p.overlay },
|
||||
|
||||
-- Lsp_Signature
|
||||
-- https://github.com/ray-x/lsp_signature.nvim
|
||||
LspSignatureActiveParameter = { bg = p.overlay },
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue