dexpota / kitty-themes

A collection of themes for kitty terminal 😻
MIT License
2.56k stars 196 forks source link

Solarized Light: zsh autosuggestions font is unreadable #47

Closed dmitry-kabanov closed 3 years ago

dmitry-kabanov commented 3 years ago

When using Solarized light in Iterm2, the font for ZSH autosuggestions is black and barely readable. When using Solarized light in kitty, for some reason, the font is unreadable.

Please see the attached screenshot. Iterm2 is on the top, and kitty is on the bottom.

Screenshot 2021-05-26 at 12 36 10

You can see that in kitty, the font for autosuggested completion is barely readable. The value of the variable $ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE is set to fg=8 which corresponds to the black color.

dmitry-kabanov commented 3 years ago

Apparently, it has something to do with $TERM and probably, the issue is with the ZSH autosuggestion plugin.

I am closing this, was a wrong call.