mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(lspsaga): add one new highlight
Add LspSagaBorderTitle highlight
This commit is contained in:
parent
173aeb6882
commit
96cc6f2799
1 changed files with 1 additions and 0 deletions
|
|
@ -452,6 +452,7 @@ local theme = {
|
||||||
TargetWord = { fg = p.iris },
|
TargetWord = { fg = p.iris },
|
||||||
|
|
||||||
SagaShadow = { bg = p.overlay },
|
SagaShadow = { bg = p.overlay },
|
||||||
|
LspSagaBorderTitle = { fg = p.pine },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue