junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.53k stars 116 forks source link

SignColumn changes color after leaving :Goyo #76

Closed frace closed 9 years ago

frace commented 9 years ago

I setup a custom color for the highlight group SignColumn:

highlight clear SignColumn
highlight link SignColumn LineNr

After leaving Goyo it seems like the colors are reset to their default values and the SignColumn becomes grey.

junegunn commented 9 years ago

See https://github.com/junegunn/goyo.vim/search?q=highlight&type=Issues

frace commented 9 years ago

Thanks for the hint. Binding it to autocmd ColorScheme does help a little bit. That means after leaving Goyo the color changes back to its original values as soon as I move the cursor.