catppuccin / zsh-syntax-highlighting

🪗 Soothing pastel theme for zsh-syntax-highlighting
MIT License
160 stars 6 forks source link

Seems not working with latest zsh-syntax-highlighting 0.7.1. #6

Open RoyRao2333 opened 1 year ago

RoyRao2333 commented 1 year ago

Where to put it:

image

In .zshrc:

image

What I get:

image image

Without this plugin:

image image
hyperreal64 commented 1 year ago

I'm not sure I could be much help in debugging this because I don't have macOS and I don't use Homebrew.

I have a hunch that it might have something to do with using the zsh-autosuggestions and zsh-syntax-highlighting plugins from Homebrew. Can you try installing those plugins manually via Git?

git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/plugins/zsh-syntax-highlighting

And then source them in your ~/.zshrc in the same order as you did in your screenshot. Please let me know how it goes!

RoyRao2333 commented 1 year ago

I'm not sure I could be much help in debugging this because I don't have macOS and I don't use Homebrew.

I have a hunch that it might have something to do with using the zsh-autosuggestions and zsh-syntax-highlighting plugins from Homebrew. Can you try installing those plugins manually via Git?

git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/plugins/zsh-syntax-highlighting

And then source them in your ~/.zshrc in the same order as you did in your screenshot. Please let me know how it goes!

Thanks for the reply!

However, it's still no luck installing these plugins manually via Git. Texts are still grayed out...

image
jimenezj8 commented 1 year ago

I'm experiencing the same thing, will update if I find a solution

hyperreal64 commented 1 year ago

I don't know if this applies to your case, but for me on Linux, if there are symlinks somewhere in the path of the sourced file, the syntax highlighting doesn't show. For example, if anything in the path ~/.zsh/plugins/zsh-autosuggestions/zsh-syntax-highlighting.zsh or ~/.zsh/plugins/catppuccin_mocha-zsh-syntax-highlighting.zsh is a symlink whether to a file or directory.

cconstab commented 5 months ago

All.. Ihad the same issue on masOS noted above and head scratched for a bit. The underlying issue is not this code but the macOS terminal emulator not responding to the color requests.

Try for yourself using a Windows box and the MSFT Terminal app ssh'ing to your mac and Tada everything is working as it should.

I have tested with our own GUI term we are working on at noports.com and prompt from the app store they work fine, but the terminal from Apple fails (boo).

https://github.com/alacritty/alacritty/releases also works for a free OpenSource option

Hope that helps !

Screenshot 2024-02-16 at 16 53 40
51616 commented 4 months ago

I am having the same problem. My guess is that my terminal doesn't support 24-bit color and hence the hex codes used in the scripts here cannot be applied.

I tried quantizing them down to 256-color space, but the result is terrible :(

hyperreal64 commented 3 months ago

I am having the same problem. My guess is that my terminal doesn't support 24-bit color and hence the hex codes used in the scripts here cannot be applied.

I tried quantizing them down to 256-color space, but the result is terrible :(

Are you on macOS by any chance?

51616 commented 3 months ago

Nope. I'm using zsh with xfce4-terminal.

Screenshot_2024-03-20_21-35-34

lvieirasilva commented 2 months ago

For future users who find this: Simple workaround that took me a while to figure out since I'm a noob in MacOS: Migrating from default MacOS terminal to iTerm2 solved the problem. I believe it's because it supports truecolor