junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.49k stars 115 forks source link

Vim 7.4 - Interface highlighting problem #142

Closed core-engineering closed 7 years ago

core-engineering commented 7 years ago

Before goyo starting (everything fine) : 01

During goyo use (everything fine) : 02

After goyo use (the whole interface is highlighted) : 03

If you know any work around ...

Thanks and regards,

junegunn commented 7 years ago

It's an issue of your particular configuration, and I'm not sure if I can really help you with that. My guess is that you have set background=dark in your configuration file after the line loading your color scheme. Goyo reloads the current color scheme on exit, and you may have to set background=dark in GoyoLeave event.

https://github.com/junegunn/goyo.vim#callbacks

core-engineering commented 7 years ago

Thanks for your reply, I will investigate in the way you indicate.