set highlights for menus
This commit is contained in:
parent
519b149b7a
commit
56e9ed2a28
@ -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' },
|
||||||
|
Loading…
Reference in New Issue
Block a user