diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 49df6fd..1f5818f 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -45,7 +45,7 @@ needs_push() { then echo "" else - echo "%{$fg_bold[magenta]%}☁%{$reset_color%} " + echo "%{$fg_bold[magenta]%}☁%f " fi } @@ -55,13 +55,13 @@ suspended_jobs() { if [[ $sj == "" ]]; then echo "" else - echo "%{$FG[208]%}✱%{$reset_color%}" + echo "%{$FG[208]%}✱%f" fi } precmd() { vcs_info - print -P '\n%F{013}%~' + print -P '\n%F{207}%~' } export PROMPT='%(?.%F{magenta}.%F{red})❯%f ' diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 9ca18ea..9112df3 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -65,7 +65,7 @@ fi # Base16 Shell # if [ -z "$THEME" ]; then - export THEME="base16-atelierheath" + export THEME="base16-chalk" # fi if [ -z "$BACKGROUND" ]; then export BACKGROUND="dark"