Shatur / neovim-ayu

Ayu theme for Neovim.
GNU General Public License v3.0
416 stars 42 forks source link

Normal background removal causes problems #25

Closed jemag closed 1 year ago

jemag commented 1 year ago

I believe the background for Normal was removed for some reason in the following commit ff797aa407b722a6219516e6ff60b21052ccc0ed.

This causes problems in various scenarios, for example here with vim.ui.input: image

or here with fidget.nvim: image

Is there a particular reason to remove it? It seems like it would make sense to have a default color rather than have to specify it for every potential scenarios.

Shatur commented 1 year ago

Hi! I removed it because of this issue: https://github.com/Shatur/neovim-ayu/issues/24. We probably should add other custom groups.

Shatur commented 1 year ago

Reverted the change.