feat: add NoiceCursor highlight group (#138)

This commit is contained in:
Егор Мартынов 2023-03-08 10:45:48 +07:00 committed by GitHub
commit 6535f2dc88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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