feat: add NoiceCursor highlight group

This commit is contained in:
mrtnvgr 2023-03-08 09:32:44 +07:00
commit 214b2de3a5
No known key found for this signature in database
GPG key ID: 5B3379E981EF48B1

View file

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