zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.43k stars 1.85k forks source link

Invalid colors for suggestions after upgrading zsh #662

Closed yaa110 closed 2 years ago

yaa110 commented 2 years ago

Describe the bug

suggested words are displayed as the main text color after uprading zsh to zsh 5.8.1 (x86_64-pc-linux-gnu).

Expected behavior

before

Afetr upgrade:

after

To Reproduce

Upgrade zsh to (x86_64-pc-linux-gnu) on arch linux.

Desktop

char1iechen commented 2 years ago

Encountered the same issue here.

Alexey104 commented 2 years ago

The same. Works fine after downgrading zsh to 5.8.

shaeinst commented 2 years ago

can confirm

KarboniteKream commented 2 years ago

If you use this plugin with zsh-syntax-highlighting, the issue is on their side: https://github.com/zsh-users/zsh-syntax-highlighting/issues/857

Alexey104 commented 2 years ago

If you use this plugin with zsh-syntax-highlighting...

Thank you, updating zsh-syntax-highlight plugin fixed the problem.

HuangfuStar commented 2 years ago

so am i