-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NonText highlight group reset when entering Goyo #232
Comments
Also experiencing this. Can confirm that it does the same thing for |
Although, for me, the change happens after entering and then exiting Goyo mode. |
I'm having exactly this problem. It seems to be the same issue as #84 (comment). It's a problem related to |
@leogama I'm not sure it's the same issue as #84 (comment). That issue is about Goyo not restoring some highlight groups on exit and can easily be fixed with a few autocommands. This one is about on entry behaviour and is not as easily fixable. |
Unrelated to Goyo itself, but I fixed this problem by giving users the avality to mange which hi groups are affected. The issue on my repo was referenced here, so thought I'd share: pocco81/true-zen.nvim#28 |
Goyo
seems to ignore the color of theNonText
highlight group set by the current colorscheme as it gets set to black upon entering.This is the output of
:hi NonText
before and after entering Goyo:before
after
The text was updated successfully, but these errors were encountered: