zsh-syntax-highlighting icon indicating copy to clipboard operation
zsh-syntax-highlighting copied to clipboard

🧛🏻‍♂️ Dark theme for zsh-syntax-highlighting

Results 5 zsh-syntax-highlighting issues
Sort by recently updated
recently updated
newest added

**Describe the Issue** Where I put it: In .zshrc: **Expected behavior** Without theme: **Screenshots** With theme installed:

`source /some/path/to/your/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh` `source /some/path/to/your/zsh-syntax-highlighting/zsh-syntax-highlighting.sh`

I've noticed that the cursor disappears when moving back to correct something. I have been able to fix it by editing: `ZSH_HIGHLIGHT_HIGHLIGHTERS=(main cursor)` with `ZSH_HIGHLIGHT_HIGHLIGHTERS=(main)` Not sure if this is...

Hiya, on https://draculatheme.com/zsh-syntax-highlighting the 'source /some/path/to/your/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' has an .sh extension, not .zsh.

I added support for ANSI 256 since I sometimes end up in Terminal.app and the colors get clobbered due to lack of 24bit color support. Hope this helps!