-
Notifications
You must be signed in to change notification settings - Fork 454
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
Commit 92d8f47 Revert "Fix cterm background color" breaks background color in console VIM #59
Comments
Repro'd as well. Didn't notice in the current version using a dark-colored terminal. What's more, I think it makes the CursorLine setting even less noticeable (see #58 ) Edit: CursorLine is actually undetectable. What's worse, however, is that with the Dracula terminal theme this lack of background setting makes perfect sense. In a terminal with e.g. a white (blech) background, it's shoddy. But applying the cterm settings to the Normal hi group makes it much darker and I think harder to read. All that is to say, I'm kind of in favor of leaving it the way it is, and recommend you either switch to a Dracula term scheme or use an autocmd to fix it for your machine. |
Yeah, from the tests I've attempted, #62 should fix this. |
Assuming this has been fixed by #62.. Reopen if that's not the case |
See this revert of a previous commit
If I do a plain checkout of this theme:
Then edit this file:
This is the result:
If I manually add the changes that this commit erased, then the background color works again:
The text was updated successfully, but these errors were encountered: