zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
657 stars 46 forks source link

Error screen uses dark theme in light themed terminal #110

Open seasonedfish opened 1 year ago

seasonedfish commented 1 year ago

I have a light themed terminal, and zenwritten automatically uses the light theme, as expected. SCR-20230219-i47

However, whenever there's an error upon starting nvim, the error screen uses the dark theme: SCR-20230219-i46

This can be worked around by adding set background=lightto my init.vim, but I'd prefer not setting that (so that I don't need to update it every time I change my terminal theme).