hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Pixels showing up on the left side of the terminal when #'s are scrolled

Open morrowmh opened this issue 1 year ago • 3 comments

Running macos 14.6.1 (23G93) Brand new hyper install, running with zsh, but nothing else (no oh-my-zsh). No plugins, default hyper.json, error persists across all displays.

Strange pixels appear on the left when scrolling. It ONLY seems to happen when # characters are scrolled on the screen. I tested with other characters and the issue does not happen. Also, it only happens when the # characters are on the very left of the screen. If they are spaced over to the right at all, it does not happen. glitch

morrowmh avatar Sep 19 '24 19:09 morrowmh

Update: this only happens with the rose pine theme plugin installed.

morrowmh avatar Sep 20 '24 01:09 morrowmh

Found the issue. In the index.js for the color theme, you need to remove cursorAccentColor. Once I do this, the problem goes away.

morrowmh avatar Sep 20 '24 03:09 morrowmh

I think this is worth reopening, since this issue is on Windows also. I just tested it. Change cursorAccentColor in the default .hyper.js config from #000 to #ffffff and the issue shows up!

morrowmh avatar Sep 20 '24 03:09 morrowmh