dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.34k stars 325 forks source link

iTerm2 cursor color either transparent or same as background #382

Open JohnHuddleston opened 5 years ago

JohnHuddleston commented 5 years ago

Every wallpaper I've attempted to use produces the same result: an invisible cursor. It makes it impossible to work in vim, the only way to figure out where you are is to find a pair of brackets/parentheses/etc. that will highlight.

Running on macOS High Sierra 10.13.6 using pywal as the backend. I can provide any more details necessary.

dylanaraps commented 5 years ago

I'm going to have to wait for a PR for this one as I don't have a macOS machine to test on.

zzzeyez commented 5 years ago

i've also noticed this. i have spent all morning digging through the wal.vim colorscheme to see if i can change the the cursor background

JohnHuddleston commented 5 years ago

I should mention, I used vim to explain how hard the impact of the bug is. The problem is terminal-based and applies to all terminal-based applications.

robwaz commented 5 years ago

@JohnHuddleston This issue should be resolved. I experienced the same issue and corrected it with the pull request shown above.

JohnHuddleston commented 5 years ago

Awesome, confirmed on my end, everything works!

phlind commented 5 years ago

When will those changes be available in the pip version? The latest version I can install is from the 21st January.

zjp commented 5 years ago

@phlind pip3 install pywal on macOS does still pull a version of pywal without the bugfix (at least for me), but I found that if I copied the current contents of sequences.py from github into /usr/local/lib/python3.7/site-packages/pywal/sequences.py then the issue was resolved without issue.

zzzeyez commented 3 years ago

this issue has returned for me

BuzzwordChief commented 3 years ago

Building from the master branch should work, had the same issue with release 3.3.0

zzzeyez commented 3 years ago

yeah, i had forgotten about this and reinstalled. i just made the edit to my pip install