From e932b96cb974ea377d0ada5a3a1de81605f8612c Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Tue, 21 Jul 2015 17:29:55 -0400 Subject: [PATCH] standardizing colors on block prompt --- themes/block-prompt.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/block-prompt.zsh-theme b/themes/block-prompt.zsh-theme index 4b0bb38ab..799c3c07b 100644 --- a/themes/block-prompt.zsh-theme +++ b/themes/block-prompt.zsh-theme @@ -18,7 +18,7 @@ PROMPT='%{$BG[028]%}%{$fg[white]%} $(collapse_pwd) \ %{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\ -%{$bg[blue]%}%{$fg[black]%}$(git_prompt_info)\ +%{$BG[019]%}%{$fg[white]%}$(git_prompt_info)\ %{$reset_color%}$(git_prompt_status) %{$reset_color%}> ' @@ -27,7 +27,7 @@ ZSH_THEME_GIT_PROMPT_SHA_AFTER=" " ZSH_THEME_GIT_PROMPT_PREFIX=" ⑀ " ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$bg[yellow]%}%{$fg[black]%} ⸭ " -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[black]%} ☩ " +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%} ☩ " # RPROMPT='$(git_prompt_status) %{$reset_color%}'