mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add NoiceCursor highlight group
This commit is contained in:
parent
4f66bdb7c0
commit
214b2de3a5
1 changed files with 3 additions and 0 deletions
|
|
@ -520,6 +520,9 @@ function M._load(options)
|
|||
h('NavicText', { fg = p.subtle })
|
||||
h('NavicSeparator', { fg = p.subtle })
|
||||
|
||||
-- folke/noice.nvim
|
||||
h('NoiceCursor', { fg = p.highlight_high, bg = p.text })
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
vim.g.terminal_color_8 = p.subtle -- bright black
|
||||
vim.g.terminal_color_1 = p.love -- red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue