set highlights for menus

This commit is contained in:
fiplox 2023-01-19 16:58:02 +01:00
parent 519b149b7a
commit 56e9ed2a28
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = '#282828' })
vim.api.nvim_set_hl(0, 'FloatBorder', { bg = 'NONE' })
vim.api.nvim_set_hl(0, 'Pmenu', { bg = 'NONE' })
-- Use 'q' to quit from common plugins -- Use 'q' to quit from common plugins
vim.api.nvim_create_autocmd({ 'FileType' }, { vim.api.nvim_create_autocmd({ 'FileType' }, {
pattern = { 'qf', 'help', 'man', 'lspinfo', 'spectre_panel', 'lir' }, pattern = { 'qf', 'help', 'man', 'lspinfo', 'spectre_panel', 'lir' },