changed auto suggestion color to theme
This commit is contained in:
parent
7b43e77df4
commit
01d2619abe
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
fpath+=$HOME/.zsh/pure
|
fpath+=$HOME/.zsh/pure
|
||||||
autoload -U promptinit; promptinit
|
autoload -U promptinit; promptinit
|
||||||
|
zmodload zsh/nearcolor
|
||||||
zstyle ':prompt:pure:path' color 075
|
zstyle ':prompt:pure:path' color 075
|
||||||
zstyle ':prompt:pure:prompt:success' color 214
|
zstyle ':prompt:pure:prompt:success' color 214
|
||||||
zstyle ':prompt:pure:user' color 119
|
zstyle ':prompt:pure:user' color 119
|
||||||
zstyle ':prompt:pure:host' color 119
|
zstyle ':prompt:pure:host' color 119
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=161'
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#f4b8e4'
|
||||||
prompt pure
|
prompt pure
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH
|
export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue