You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a light themed terminal, and zenwritten automatically uses the light theme, as expected.
However, whenever there's an error upon starting nvim, the error screen uses the dark theme:
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).
The text was updated successfully, but these errors were encountered:
I have a light themed terminal, and zenwritten automatically uses the light theme, as expected.
However, whenever there's an error upon starting nvim, the error screen uses the dark theme:
This can be worked around by adding
set background=light
to 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).The text was updated successfully, but these errors were encountered: