changed auto suggestion color to theme

This commit is contained in:
Thies Lennart Alff 2023-09-29 21:46:16 +02:00
parent 7b43e77df4
commit 01d2619abe

View file

@ -1,10 +1,11 @@
fpath+=$HOME/.zsh/pure
autoload -U promptinit; promptinit
zmodload zsh/nearcolor
zstyle ':prompt:pure:path' color 075
zstyle ':prompt:pure:prompt:success' color 214
zstyle ':prompt:pure:user' color 119
zstyle ':prompt:pure:host' color 119
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=161'
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#f4b8e4'
prompt pure
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH