xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

nvim-notify warnings #39

Closed jrock2004 closed 1 year ago

jrock2004 commented 1 year ago

So maybe this is my config being the issue and transparent just surfaced this, but now when I save a file I get notified about a background color. Not sure if this a notify issue or something transparent is doing. Only happens on first save after opening up neovim

image

xiyaowong commented 1 year ago

@jrock2004 You can add this to your transparent configuration

vim.api.nvim_set_hl(0, 'NotifyBackground', vim.api.nvim_get_hl_by_name('Normal', true))